1*433d6423SLionel Sambuc /* Part of libhgfs - (c) 2009, D.C. van Moolenbroek */ 2*433d6423SLionel Sambuc 3*433d6423SLionel Sambuc #define rpc_buf PREFIX(rpc_buf) 4*433d6423SLionel Sambuc #define rpc_ptr PREFIX(rpc_ptr) 5*433d6423SLionel Sambuc extern char rpc_buf[RPC_BUF_SIZE]; 6*433d6423SLionel Sambuc extern char *rpc_ptr; 7