Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1631 → Rev 1630

/drivers/devman/acpi_bus.h
33,6 → 33,12
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,