Changeset 6da1013f in mainline for kernel/arch/mips32/include/asm.h
- Timestamp:
- 2009-02-12T20:09:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 84266669
- Parents:
- 7004747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/include/asm.h
r7004747 r6da1013f 71 71 extern ipl_t interrupts_read(void); 72 72 73 /** No I/O port address space on MIPS. */ 74 static inline void outb(ioport_t port, uint8_t v) 75 { 76 } 77 78 /** No I/O port address space on MIPS. */ 79 static inline uint8_t inb(ioport_t port) 80 { 81 return 0; 82 } 83 73 84 #endif 74 85
Note:
See TracChangeset
for help on using the changeset viewer.