Changeset 371bd7d in mainline for kernel/genarch/include/acpi/acpi.h


Ignore:
Timestamp:
2010-03-27T09:22:17Z (16 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36a75a2
Parents:
cd82bb1 (diff), eaf22d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

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

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