mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
s/struct device */device_t/g
Submitted by: kmacy
This commit is contained in:
parent
12b204a61b
commit
748cd4c30d
1 changed files with 1 additions and 1 deletions
|
|
@ -1092,7 +1092,7 @@ struct softc
|
|||
#endif
|
||||
|
||||
struct callout callout; /* watchdog needs this */
|
||||
struct device *dev; /* base device pointer */
|
||||
device_t dev; /* base device pointer */
|
||||
bus_space_tag_t csr_tag; /* bus_space needs this */
|
||||
bus_space_handle_t csr_handle;/* bus_space_needs this */
|
||||
void *irq_cookie; /* bus_teardown_intr needs this */
|
||||
|
|
|
|||
Loading…
Reference in a new issue