mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:47:35 +00:00
Kernel: Fix misplaced #include in ATA/Definitions.h
This commit is contained in:
parent
c214d31c5e
commit
f11a69aafb
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Kernel::ATA {
|
||||
|
||||
enum DeviceSignature : u32 {
|
||||
|
@ -89,8 +91,6 @@ enum DeviceSignature : u32 {
|
|||
|
||||
#define ATA_CAP_LBA 0x200
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace Kernel {
|
||||
struct [[gnu::packed]] ATAIdentifyBlock {
|
||||
u16 general_configuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue