summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/include/eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sparc64/include/eeprom.h')
-rw-r--r--sys/sparc64/include/eeprom.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sparc64/include/eeprom.h b/sys/sparc64/include/eeprom.h
index 57a7ff5..21bd3d3 100644
--- a/sys/sparc64/include/eeprom.h
+++ b/sys/sparc64/include/eeprom.h
@@ -53,13 +53,9 @@
#ifndef _MACHINE_EEPROM_H_
#define _MACHINE_EEPROM_H_
-struct eeprom_softc {
- struct mk48txx_softc *sc_mksoftc;
-};
-
extern devclass_t eeprom_devclass;
int eeprom_probe(device_t);
-int eeprom_attach(device_t, bus_space_tag_t, bus_space_handle_t);
+int eeprom_attach(device_t);
#endif /* _MACHINE_EEPROM_H_ */
OpenPOWER on IntegriCloud