diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-02-09 10:14:22 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-02-09 10:14:22 +0000 |
| commit | 233b1b978b878820081527d727b509834caf2a7a (patch) | |
| tree | d6376e3201a3f938d6a37020bb3abe585f637cf3 /sys/dev/firewire/firewire.h | |
| parent | d85be48243286442448641fda9346d98761ca301 (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire/firewire.h')
| -rw-r--r-- | sys/dev/firewire/firewire.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index f96e331776e0..b10aa6c210e8 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -471,6 +471,9 @@ struct fw_crom_buf { #define FW_GTPMAP _IOR('S', 5, struct fw_topology_map) #define FW_GCROM _IOWR('S', 7, struct fw_crom_buf) +#define FW_SDEUI64 _IOW('S', 20, struct fw_eui64) +#define FW_GDEUI64 _IOR('S', 21, struct fw_eui64) + #define FWOHCI_RDREG _IOWR('S', 80, struct fw_reg_req_t) #define FWOHCI_WRREG _IOWR('S', 81, struct fw_reg_req_t) |
