X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/973817806f8a66cbe9e64caee285ece49873e7bc..a904aa533e5951e599633089e7301593b3abc60c:/sys/sys/agpio.h diff --git a/sys/sys/agpio.h b/sys/sys/agpio.h index e3bf9b3961..60d4ee6a8c 100644 --- a/sys/sys/agpio.h +++ b/sys/sys/agpio.h @@ -97,6 +97,7 @@ #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int) #define AGPIOC_BIND _IOW (AGPIOC_BASE, 8, agp_bind) #define AGPIOC_UNBIND _IOW (AGPIOC_BASE, 9, agp_unbind) +#define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10) typedef struct _agp_version { u_int16_t major;