/* Represent resource window for bridge devices */ struct resource_win { struct resource res; /* In master (CPU) address space */
resource_size_t offset; /* Translation offset for bridge */
};
/* * Common resource list management data structure and interfaces to support * ACPI, PNP and PCI host bridge etc.
*/ struct resource_entry { struct list_head node; struct resource *res; /* In master (CPU) address space */
resource_size_t offset; /* Translation offset for bridge */ struct resource __res; /* Default storage for res */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.