diff options
| author | dyoung <dyoung@NetBSD.org> | 2008-05-27 19:26:27 +0000 |
|---|---|---|
| committer | dyoung <dyoung@NetBSD.org> | 2008-05-27 19:26:27 +0000 |
| commit | fef8b3ebea34d23f152a494d4bdb2cb165fd6e6b (patch) | |
| tree | 76faad01f957096f41d79f7f0dc0826e6bd10e72 /sys/dev/gpio | |
| parent | 4c634c71554e292972677a5e2177777b832eabd7 (diff) | |
#include <sys/device.h> for device_t definition.
Diffstat (limited to 'sys/dev/gpio')
| -rw-r--r-- | sys/dev/gpio/gpiovar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/gpio/gpiovar.h b/sys/dev/gpio/gpiovar.h index f9bdd204c7f..317d0499072 100644 --- a/sys/dev/gpio/gpiovar.h +++ b/sys/dev/gpio/gpiovar.h @@ -1,4 +1,4 @@ -/* $NetBSD: gpiovar.h,v 1.5 2008/04/29 14:07:36 cegger Exp $ */ +/* $NetBSD: gpiovar.h,v 1.6 2008/05/27 19:26:27 dyoung Exp $ */ /* $OpenBSD: gpiovar.h,v 1.3 2006/01/14 12:33:49 grange Exp $ */ /* @@ -20,6 +20,8 @@ #ifndef _DEV_GPIO_GPIOVAR_H_ #define _DEV_GPIO_GPIOVAR_H_ +#include <sys/device.h> + /* GPIO controller description */ typedef struct gpio_chipset_tag { void *gp_cookie; |
