refactored device_t and all declarations

This commit is contained in:
Jess Lovelace
2022-01-13 21:06:11 -05:00
parent 8bb18ef598
commit f18615ae87
219 changed files with 707 additions and 10 deletions

View File

@@ -126,6 +126,7 @@ static void
const device_t apm_device =
{
"Advanced Power Management",
"apm",
0,
0,
apm_init,
@@ -141,6 +142,7 @@ const device_t apm_device =
const device_t apm_pci_device =
{
"Advanced Power Management (PCI)",
"apm_pci",
DEVICE_PCI,
0,
apm_init,
@@ -156,6 +158,7 @@ const device_t apm_pci_device =
const device_t apm_pci_acpi_device =
{
"Advanced Power Management (PCI)",
"apm_pci_acpi",
DEVICE_PCI,
1,
apm_init,