13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef _RDDSYS_CH
|
|
#define _RDDSYS_CH
|
|
|
|
#define RDT_FULL 1
|
|
#define RDT_TRANSFER 2
|
|
#define RDT_HIDDEN 255
|
|
|
|
#endif /* _RDDSYS_CH */
|