Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137895838
D39318.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D39318.diff
View Options
diff --git a/usr.sbin/bhyve/acpi_device.h b/usr.sbin/bhyve/acpi_device.h
--- a/usr.sbin/bhyve/acpi_device.h
+++ b/usr.sbin/bhyve/acpi_device.h
@@ -26,13 +26,13 @@
* @param[in] hid Hardware ID of the ACPI device. Should always be a NULL
* terminated string.
*/
-int acpi_device_create(struct acpi_device **const new_dev,
- struct vmctx *const vm_ctx, const char *const name, const char *const hid);
-void acpi_device_destroy(struct acpi_device *const dev);
+int acpi_device_create(struct acpi_device **new_dev, struct vmctx *vm_ctx,
+ const char *name, const char *hid);
+void acpi_device_destroy(struct acpi_device *dev);
-int acpi_device_add_res_fixed_ioport(struct acpi_device *const dev,
- const UINT16 port, UINT8 length);
-int acpi_device_add_res_fixed_memory32(struct acpi_device *const dev,
- const UINT8 write_protected, const UINT32 address, const UINT32 length);
+int acpi_device_add_res_fixed_ioport(struct acpi_device *dev, UINT16 port,
+ UINT8 length);
+int acpi_device_add_res_fixed_memory32(struct acpi_device *dev,
+ UINT8 write_protected, UINT32 address, UINT32 length);
-void acpi_device_write_dsdt(const struct acpi_device *const dev);
+void acpi_device_write_dsdt(const struct acpi_device *dev);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 27, 11:59 PM (2 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26266899
Default Alt Text
D39318.diff (1 KB)
Attached To
Mode
D39318: bhyve: remove unnecessary const qualifier in acpi_device.h
Attached
Detach File
Event Timeline
Log In to Comment