summaryrefslogtreecommitdiff
path: root/minix/lib/libhgfs/type.h
blob: a8ade070da4a4b878091a846fbe76d6aff3a1b7c (plain)
1
2
3
4
5
6
7
/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */

struct channel {
  u16_t id;
  u32_t cookie1;
  u32_t cookie2;
};