diff options
Diffstat (limited to 'sys/dev/firewire/iec13213.h')
-rw-r--r-- | sys/dev/firewire/iec13213.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index efd51aa..25ce305 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -170,6 +170,8 @@ void crom_next(struct crom_context *); void crom_parse_text(struct crom_context *, char *, int); u_int16_t crom_crc(u_int32_t *r, int); struct csrreg *crom_search_key(struct crom_context *, u_int8_t); +int crom_has_specver(u_int32_t *, u_int32_t, u_int32_t); + #ifndef _KERNEL char *crom_desc(struct crom_context *, char *, int); #endif |