Home
last modified time | relevance | path

Searched defs:prom_patch (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/boot/
H A Dprompatch.c54 struct prom_patch { struct
55 const char *name; /* "name" of the root node */
56 int promvers; /* prom_version() */
57 const char *(*submatch)(void); /* Additional matches to test */
58 const struct patch_entry *patches; /* The patches themselves */
255 prom_patch(void) in prom_patch() function