home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm / arch-omap / gpioexpander.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  746 b   |  25 lines

  1. /*
  2.  * linux/include/asm-arm/arch-omap/gpioexpander.h
  3.  *
  4.  *
  5.  * Copyright (C) 2004 Texas Instruments, Inc.
  6.  *
  7.  * This package is free software; you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License version 2 as
  9.  * published by the Free Software Foundation.
  10.  *
  11.  * THIS PACKAGE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  12.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  13.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  14.  */
  15.  
  16. #ifndef __ASM_ARCH_OMAP_GPIOEXPANDER_H
  17. #define __ASM_ARCH_OMAP_GPIOEXPANDER_H
  18.  
  19. /* Function Prototypes for GPIO Expander functions */
  20.  
  21. int read_gpio_expa(u8 *, int);
  22. int write_gpio_expa(u8 , int);
  23.  
  24. #endif /* __ASM_ARCH_OMAP_GPIOEXPANDER_H */
  25.