| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_SH_IO_EC3104_H | 
|  | 2 | #define _ASM_SH_IO_EC3104_H | 
|  | 3 |  | 
|  | 4 | #include <linux/types.h> | 
|  | 5 |  | 
|  | 6 | extern unsigned char ec3104_inb(unsigned long port); | 
|  | 7 | extern unsigned short ec3104_inw(unsigned long port); | 
|  | 8 | extern unsigned long ec3104_inl(unsigned long port); | 
|  | 9 |  | 
|  | 10 | extern void ec3104_outb(unsigned char value, unsigned long port); | 
|  | 11 | extern void ec3104_outw(unsigned short value, unsigned long port); | 
|  | 12 | extern void ec3104_outl(unsigned long value, unsigned long port); | 
|  | 13 |  | 
|  | 14 | extern int ec3104_irq_demux(int irq); | 
|  | 15 |  | 
|  | 16 | #endif /* _ASM_SH_IO_EC3104_H */ |