Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-sh / ec3104 / io.h
blobea5c8e65ac11bc8adc5f16ee22a5da1bdf186f8a
1 #ifndef _ASM_SH_IO_EC3104_H
2 #define _ASM_SH_IO_EC3104_H
4 #include <linux/types.h>
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);
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);
14 extern int ec3104_irq_demux(int irq);
16 #endif /* _ASM_SH_IO_EC3104_H */