Ignore:
Timestamp:
Mar 24, 2008, 2:43:42 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to ALSA 1.0.16 level

Location:
GPL/branches/uniaud-2.0/include/asm
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud-2.0/include/asm/io.h

    r32 r305  
    107107  parm [dx] [esi] [ecx];
    108108
     109#if 1
    109110unsigned char inb(unsigned short port);
    110111#pragma aux inb =       \
     
    112113  parm [dx]             \
    113114  value [al];
     115#endif
    114116
    115117void insb(unsigned short port, char *buffer, int size);
Note: See TracChangeset for help on using the changeset viewer.