vxKernel/src/drivers/screen/R61524/r61524.c

16 lines
310 B
C

#if 0
/* declare the CPU driver */
struct vhex_driver drv_r61524 = {
.name = "R61524",
.hsave = (void*)&__r61524_hsave,
.hrestore = (void*)&__r61524_hrestore,
.configure = (void*)&__r61524_configure,
.state_size = sizeof(struct r61524_ctx)
};
VHEX_DECLARE_DRIVER(16, drv_r61524);
#endif