Changeset 305 for GPL/branches/uniaud-2.0/include/asm/io.h
- Timestamp:
- Mar 24, 2008, 2:43:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud-2.0/include/asm/io.h
r32 r305 107 107 parm [dx] [esi] [ecx]; 108 108 109 #if 1 109 110 unsigned char inb(unsigned short port); 110 111 #pragma aux inb = \ … … 112 113 parm [dx] \ 113 114 value [al]; 115 #endif 114 116 115 117 void insb(unsigned short port, char *buffer, int size);
Note:
See TracChangeset
for help on using the changeset viewer.