8 lines
122 B
C
8 lines
122 B
C
|
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
|
||
|
|
||
|
struct channel {
|
||
|
u16_t id;
|
||
|
u32_t cookie1;
|
||
|
u32_t cookie2;
|
||
|
};
|