diff options
| author | Wolfgang Denk <[email protected]> | 2008-01-08 13:41:42 +0100 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2008-01-08 13:41:42 +0100 |
| commit | 207f83f102b07cb186a2da0678c51ed954f1b431 (patch) | |
| tree | 7a225a6e0d30cc5231a5a13aa6bd70ab505e9af7 /include/asm-ppc | |
| parent | 8b0c5c127690335758100c25eaec2b84db97c101 (diff) | |
| parent | e05329516a13616b53240cd85b739217c2bf87f1 (diff) | |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'include/asm-ppc')
| -rw-r--r-- | include/asm-ppc/gpio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-ppc/gpio.h b/include/asm-ppc/gpio.h index d0c3eba8846..c3a4a88d581 100644 --- a/include/asm-ppc/gpio.h +++ b/include/asm-ppc/gpio.h @@ -88,6 +88,7 @@ typedef struct { void gpio_config(int pin, int in_out, int gpio_alt, int out_val); void gpio_write_bit(int pin, int val); int gpio_read_out_bit(int pin); +int gpio_read_in_bit(int pin); void gpio_set_chip_configuration(void); #endif /* __ASM_PPC_GPIO_H */ |
