Make the signature argument to get_table() const. Should fix the GCC4 build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41433 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -253,7 +253,7 @@ struct acpi_module_info {
|
||||
status_t (*reboot)(void);
|
||||
|
||||
/* Table Access */
|
||||
status_t (*get_table)(char *signature, uint32 instance,
|
||||
status_t (*get_table)(const char *signature, uint32 instance,
|
||||
void **tableHeader);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user