AGPIOC_BASE        62 sys/agpio.h    #define AGPIOC_INFO       _IOR (AGPIOC_BASE, 0, agp_info)
AGPIOC_BASE        63 sys/agpio.h    #define AGPIOC_ACQUIRE    _IO  (AGPIOC_BASE, 1)
AGPIOC_BASE        64 sys/agpio.h    #define AGPIOC_RELEASE    _IO  (AGPIOC_BASE, 2)
AGPIOC_BASE        65 sys/agpio.h    #define AGPIOC_SETUP      _IOW (AGPIOC_BASE, 3, agp_setup)
AGPIOC_BASE        67 sys/agpio.h    #define AGPIOC_RESERVE    _IOW (AGPIOC_BASE, 4, agp_region)
AGPIOC_BASE        68 sys/agpio.h    #define AGPIOC_PROTECT    _IOW (AGPIOC_BASE, 5, agp_region)
AGPIOC_BASE        70 sys/agpio.h    #define AGPIOC_ALLOCATE   _IOWR(AGPIOC_BASE, 6, agp_allocate)
AGPIOC_BASE        71 sys/agpio.h    #define AGPIOC_DEALLOCATE _IOW (AGPIOC_BASE, 7, int)
AGPIOC_BASE        72 sys/agpio.h    #define AGPIOC_BIND       _IOW (AGPIOC_BASE, 8, agp_bind)
AGPIOC_BASE        73 sys/agpio.h    #define AGPIOC_UNBIND     _IOW (AGPIOC_BASE, 9, agp_unbind)