/* $Id: mmaputil.h,v 1.4 2006/04/09 07:37:05 hurtta Exp $ */ extern uint16 SWAP P_((int b)); extern uint16 pages P_((size_t len, int pagesize)); extern int write_range P_((int fd, off_t offset, size_t length, unsigned char *ptr)); extern int read_range P_((int fd, off_t offset, size_t length, unsigned char *ptr)); /* * Local Variables: * mode:c * c-basic-offset:4 * buffer-file-coding-system: iso-8859-1 * End: */