Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144219634
D39925.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
434 B
Referenced Files
None
Subscribers
None
D39925.id.diff
View Options
diff --git a/sys/dev/dwc/if_dwcvar.h b/sys/dev/dwc/if_dwcvar.h
--- a/sys/dev/dwc/if_dwcvar.h
+++ b/sys/dev/dwc/if_dwcvar.h
@@ -70,9 +70,9 @@
struct mtx mtx;
void * intr_cookie;
struct callout dwc_callout;
- boolean_t link_is_up;
- boolean_t is_attached;
- boolean_t is_detaching;
+ bool link_is_up;
+ bool is_attached;
+ bool is_detaching;
int tx_watchdog_count;
int stats_harvest_count;
int phy_mode;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 7, 4:30 PM (10 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28457357
Default Alt Text
D39925.id.diff (434 B)
Attached To
Mode
D39925: dwc(4): Use bool rather than boolean_t.
Attached
Detach File
Event Timeline
Log In to Comment