Clean up .available & .poll

This commit is contained in:
Jasmine Iwanek
2025-01-07 01:12:42 -05:00
parent de488fe779
commit 81b8038bc5
254 changed files with 1214 additions and 1313 deletions

View File

@@ -354,7 +354,7 @@ const device_t pc87332_device = {
.init = pc87332_init,
.close = pc87332_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -368,7 +368,7 @@ const device_t pc87332_398_device = {
.init = pc87332_init,
.close = pc87332_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -382,7 +382,7 @@ const device_t pc87332_398_ide_device = {
.init = pc87332_init,
.close = pc87332_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -396,7 +396,7 @@ const device_t pc87332_398_ide_sec_device = {
.init = pc87332_init,
.close = pc87332_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
@@ -410,7 +410,7 @@ const device_t pc87332_398_ide_fdcon_device = {
.init = pc87332_init,
.close = pc87332_close,
.reset = NULL,
{ .available = NULL },
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL