You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
firewire: Add a bus reset event type for fw-device-cdev.
Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
committed by
Stefan Richter
parent
1da0c93b31
commit
97bd9efa5a
@@ -40,6 +40,7 @@ struct fw_device {
|
||||
struct fw_card *card;
|
||||
struct device device;
|
||||
struct cdev cdev;
|
||||
struct list_head client_list;
|
||||
__be32 *config_rom;
|
||||
size_t config_rom_length;
|
||||
int config_rom_retries;
|
||||
@@ -56,6 +57,8 @@ struct fw_device *fw_device_get(struct fw_device *device);
|
||||
void fw_device_put(struct fw_device *device);
|
||||
int fw_device_enable_phys_dma(struct fw_device *device);
|
||||
|
||||
void fw_device_cdev_update(struct fw_device *device);
|
||||
|
||||
struct fw_unit {
|
||||
struct device device;
|
||||
u32 *directory;
|
||||
|
||||
Reference in New Issue
Block a user