DEV_OP
{ FPCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online },
{ FPCFGA_DEV_UNCONFIGURE, DEV_OP, devctl_device_offline },
{ FPCFGA_DEV_REMOVE, DEV_OP, devctl_device_remove },
{ FPCFGA_RESET_DEV, DEV_OP, devctl_device_reset }
{ FPCFGA_DEV_GETSTATE, DEV_OP, devctl_device_getstate }
assert(type == BUS_OP || type == DEV_OP);
{ SCFGA_DEV_CONFIGURE, DEV_OP, devctl_device_online },
{ SCFGA_DEV_UNCONFIGURE, DEV_OP, devctl_device_offline },
{ SCFGA_DEV_REMOVE, DEV_OP, devctl_device_remove },
{ SCFGA_RESET_DEV, DEV_OP, devctl_device_reset }
{ SCFGA_DEV_GETSTATE, DEV_OP, devctl_device_getstate }
assert(type == BUS_OP || type == DEV_OP);