Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1630 → Rev 1631

/drivers/devman/acpi_bus.h
33,12 → 33,6
acpi_op_notify notify;
};
 
struct resource_list {
struct resource_list *next;
struct resource *res;
// struct pci_dev *dev;
};
 
enum acpi_bus_device_type {
ACPI_BUS_TYPE_DEVICE = 0,
ACPI_BUS_TYPE_POWER,