bhnd_sprom_softc
DEFINE_CLASS_1(bhnd_nvram, bhndb_pci_sprom_driver, bhndb_pci_sprom_methods, sizeof(struct bhnd_sprom_softc), bhnd_sprom_driver);
DEFINE_CLASS_1(bhnd_nvram, chipc_sprom_driver, chipc_sprom_methods, sizeof(struct bhnd_sprom_softc), bhnd_sprom_driver);
struct bhnd_sprom_softc *sc;
struct bhnd_sprom_softc *sc = device_get_softc(dev);
struct bhnd_sprom_softc *sc = device_get_softc(dev);
DEFINE_CLASS_0(bhnd_nvram_store, bhnd_sprom_driver, bhnd_sprom_methods, sizeof(struct bhnd_sprom_softc));
struct bhnd_sprom_softc *sc;