summaryrefslogtreecommitdiff
path: root/include/linux/spool.h
blob: bc1c2d0289886fad0699662345445a3e24fcde2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __SPOOL_H
#define __SPOOL_H

struct spool_init_data {
	char 		*name;
	uint8_t 	dst;
	uint8_t 	channel;
	uint32_t 	txblocknum;
	uint32_t 	txblocksize;
	uint32_t 	rxblocknum;
	uint32_t 	rxblocksize;
};

#endif