Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/acpi/acpi.h

    rd99c1d2 rdf4ed85  
    3636#define KERN_ACPI_H_
    3737
    38 #include <typedefs.h>
     38#include <arch/types.h>
    3939
    4040/* Root System Description Pointer */
     
    6767        uint8_t *signature;
    6868        struct acpi_sdt_header **sdt_ptr;
    69         const char *description;
     69        char *description;
    7070};
    7171
Note: See TracChangeset for help on using the changeset viewer.