mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 01:25:34 -07:00
dev/api/pci: Remove redundant example code line
This commit is contained in:
@@ -19,8 +19,6 @@ PCI devices can be added with the ``pci_add_card`` function in the device's ``in
|
||||
#include <86box/device.h>
|
||||
#include <86box/pci.h>
|
||||
|
||||
#define FOO_ONBOARD 0x80000000 /* most significant bit set = on-board */
|
||||
|
||||
typedef struct {
|
||||
int slot;
|
||||
uint8_t pci_regs[256]; /* 256*8-bit configuration register array */
|
||||
|
||||
Reference in New Issue
Block a user