1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Kernel/ACPI
Andreas Kling a246e9cd7e Use uintptr_t instead of u32 when storing pointers as integers
uintptr_t is 32-bit or 64-bit depending on the target platform.
This will help us write pointer size agnostic code so that when the day
comes that we want to do a 64-bit port, we'll be in better shape.
2020-01-20 13:13:03 +01:00
..
ACPIDynamicParser.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIDynamicParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIParser.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ACPIStaticParser.cpp Use uintptr_t instead of u32 when storing pointers as integers 2020-01-20 13:13:03 +01:00
ACPIStaticParser.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Definitions.h Use uintptr_t instead of u32 when storing pointers as integers 2020-01-20 13:13:03 +01:00
DMIDecoder.cpp Use uintptr_t instead of u32 when storing pointers as integers 2020-01-20 13:13:03 +01:00
DMIDecoder.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00