summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/flash.h b/flash.h
index 71e4e3d..44569fc 100644
--- a/flash.h
+++ b/flash.h
@@ -560,7 +560,6 @@ void myusec_calibrate_delay(void);
/* pcidev.c */
#define PCI_OK 0
#define PCI_NT 1 /* Not tested */
-#define PCI_IO_BASE_ADDRESS 0x10
extern uint32_t io_base_addr;
extern struct pci_access *pacc;
@@ -670,7 +669,6 @@ void satasii_chip_writeb(uint8_t val, chipaddr addr);
uint8_t satasii_chip_readb(const chipaddr addr);
extern struct pcidev_status satas_sii[];
-
/* flashrom.c */
extern int verbose;
#define printf_debug(x...) { if (verbose) printf(x); }
OpenPOWER on IntegriCloud