#include <sys/device.h> for device_t definition.
This commit is contained in:
parent
4c634c7155
commit
fef8b3ebea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user