diff options
Diffstat (limited to 'sys/arch/zaurus/include/zaurus_reg.h')
-rw-r--r-- | sys/arch/zaurus/include/zaurus_reg.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/zaurus/include/zaurus_reg.h b/sys/arch/zaurus/include/zaurus_reg.h index 27c42c5c562..fd4e40eb3ac 100644 --- a/sys/arch/zaurus/include/zaurus_reg.h +++ b/sys/arch/zaurus/include/zaurus_reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_reg.h,v 1.7 2005/12/14 14:39:38 uwe Exp $ */ +/* $OpenBSD: zaurus_reg.h,v 1.8 2006/11/25 18:10:29 uwe Exp $ */ /* $NetBSD: lubbock_reg.h,v 1.1 2003/06/18 10:51:15 bsh Exp $ */ /* @@ -75,5 +75,9 @@ #define C3000_RC_IRQ_PIN 13 /* remote control */ #define C3000_CF0_IRQ_PIN 94 #define C3000_CF1_IRQ_PIN 93 +#define C3000_USB_DEVICE_PIN 35 /* indicate connection type */ +#define C3000_USB_CONNECT_PIN 41 /* connection interrupt */ +#define C3000_USB_PULLUP_PIN 45 /* show/hide device presence */ +#define GPIO_HP_IN_C3000 116 /* headphone jack */ #endif /* _ZAURUS_REG_H */ |