ladybird/Kernel/ACPI
Andreas Kling 4b7a89911c Kernel: Remove some unnecessary casts to uintptr_t
VirtualAddress is constructible from uintptr_t and const void*.
PhysicalAddress is constructible from uintptr_t but not const void*.
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 Kernel: Remove some unnecessary casts to uintptr_t 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