9 #ifndef TEMU_BUS_GPIO_H 
   10 #define TEMU_BUS_GPIO_H 
   12 #include "temu-c/Support/Objsys.h" 
   45   uint64_t (*getGpioBits)(
void *Obj, uint64_t Mask);
 
   47 #define TEMU_GPIO_BUS_IFACE_TYPE "GpioBusIface" 
   48 TEMU_IFACE_REFERENCE_TYPE(temu_GpioBus);
 
   67 } temu_GpioClientIface;
 
   68 #define TEMU_GPIO_CLIENT_IFACE_TYPE "GpioClientIface" 
   69 TEMU_IFACE_REFERENCE_TYPE(temu_GpioClient);