Searched defs:prom_patch (Results 1 – 1 of 1) sorted by relevance
54 struct prom_patch { struct55 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