Changeset fadd381 in mainline for uspace/libc/arch/ia32/include/ddi.h
- Timestamp:
- 2006-09-04T20:22:14Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2def788
- Parents:
- fd85ae5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/arch/ia32/include/ddi.h
rfd85ae5 rfadd381 31 31 */ 32 32 33 #ifndef __ia32_libc_DDI_H_34 #define __ia32_libc_DDI_H_33 #ifndef LIBC_ia32_DDI_H_ 34 #define LIBC_ia32_DDI_H_ 35 35 36 36 static inline void outb(int16_t port, uint8_t b) … … 73 73 } 74 74 75 76 75 #endif
Note:
See TracChangeset
for help on using the changeset viewer.