b48b037fbe
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
6 lines
177 B
C
6 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;
|