Fixed gcc4 warnings.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32764 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -56,7 +56,7 @@ acpi_check_rsdt(acpi_rsdp *rsdp)
|
|||||||
|
|
||||||
|
|
||||||
acpi_descriptor_header *
|
acpi_descriptor_header *
|
||||||
acpi_find_table(char *signature)
|
acpi_find_table(const char *signature)
|
||||||
{
|
{
|
||||||
if (sAcpiRsdt == NULL)
|
if (sAcpiRsdt == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ struct scan_spots_struct {
|
|||||||
uint32 length;
|
uint32 length;
|
||||||
};
|
};
|
||||||
|
|
||||||
acpi_descriptor_header *acpi_find_table(char *signature);
|
acpi_descriptor_header *acpi_find_table(const char *signature);
|
||||||
void acpi_init(void);
|
void acpi_init(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Reference in New Issue
Block a user