]> Zhao Yanbai Git Server - minix.git/commitdiff
Added do_mapdma.
authorPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 12:25:59 +0000 (12:25 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Fri, 22 Feb 2008 12:25:59 +0000 (12:25 +0000)
kernel/system.h

index 0271e8fab5bfcf69600dad9494fdaf9aa161bb1b..0cf60fa7dab90f6514b7d1a0e5bdada0c9d199e7 100644 (file)
@@ -196,5 +196,7 @@ _PROTOTYPE( int do_profbuf, (message *m_ptr) );
 #define do_profbuf do_unused
 #endif
 
+_PROTOTYPE( int do_mapdma, (message *m_ptr) );
+
 #endif /* SYSTEM_H */