15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/* NOTE: This file is also used by C code. */
|
|
|
|
#ifndef _RDDSYS_CH
|
|
#define _RDDSYS_CH
|
|
|
|
#define RDT_FULL 1
|
|
#define RDT_TRANSFER 2
|
|
#define RDT_HIDDEN 255
|
|
|
|
#endif /* _RDDSYS_CH */
|