From 07c258a9c75530a88d7b40a0e6e96dbf6d13254b Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 21 Feb 2008 15:58:55 +0000 Subject: [PATCH] Added adddma/deldma/getdma. --- include/unistd.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/include/unistd.h b/include/unistd.h index 6db28e80f..d86bdf1d6 100755 --- a/include/unistd.h +++ b/include/unistd.h @@ -201,6 +201,12 @@ _PROTOTYPE( int devctl, (int ctl_req, int driver, int device, int style, _PROTOTYPE( int mapdriver5, (char *label, size_t len, int major, int style, int force) ); _PROTOTYPE( uid_t getpeuid, (endpoint_t ep) ); +_PROTOTYPE(int adddma, (endpoint_t proc_e, + phys_bytes start, phys_bytes size) ); +_PROTOTYPE(int deldma, (endpoint_t proc_e, + phys_bytes start, phys_bytes size) ); +_PROTOTYPE(int getdma, (endpoint_t *procp, phys_bytes *basep, + phys_bytes *sizep) ); /* For compatibility with other Unix systems */ _PROTOTYPE( int getpagesize, (void) ); -- 2.44.0