mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Use the magic of common symbols to allow struct dev to effectively grow at
link time to accommodate whatever bus objects are included.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
*/
|
||||
struct dev;
|
||||
struct eisa_device {
|
||||
char *magic; /* must be first */
|
||||
struct dev *dev;
|
||||
unsigned int slot;
|
||||
uint16_t ioaddr;
|
||||
|
||||
Reference in New Issue
Block a user