minix/lib/libhgfs/glo.h
Arun Thomas b48b037fbe Reorganize some directories
servers/hgfs/hgfs_server => servers/hgfs
servers/hgfs/libhgfs => lib/libhgfs
servers/rs/service => commands/service
drivers/memory/memory_driver => drivers/memory
drivers/memory/ramdisk => drivers/ramdisk
2010-05-26 22:49:57 +00:00

7 lines
177 B
C

/* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */
#define rpc_buf PREFIX(rpc_buf)
#define rpc_ptr PREFIX(rpc_ptr)
extern char rpc_buf[RPC_BUF_SIZE];
extern char *rpc_ptr;