Changeset 647 for GPL/branches/uniaud32-next/include/asm
- Timestamp:
- Jan 17, 2021, 7:58:38 AM (5 years ago)
- Location:
- GPL/branches/uniaud32-next/include/asm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/asm/byteorder.h
r305 r647 4 4 #define _ASMi386_BYTEORDER_H 5 5 6 #include <linux/byteorder/little_endian.h> 6 7 7 8 #endif -
GPL/branches/uniaud32-next/include/asm/irq.h
r32 r647 1 1 #ifndef _ASM_IRQ_H 2 2 #define _ASM_IRQ_H 3 3 #include <linux/io.h> 4 4 void disable_irq(int irq); 5 5
Note:
See TracChangeset
for help on using the changeset viewer.