mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 03:17:34 +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
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Types.h>
|
||||||
|
|
||||||
namespace Kernel::ATA {
|
namespace Kernel::ATA {
|
||||||
|
|
||||||
enum DeviceSignature : u32 {
|
enum DeviceSignature : u32 {
|
||||||
|
@ -89,8 +91,6 @@ enum DeviceSignature : u32 {
|
||||||
|
|
||||||
#define ATA_CAP_LBA 0x200
|
#define ATA_CAP_LBA 0x200
|
||||||
|
|
||||||
#include <AK/Types.h>
|
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
struct [[gnu::packed]] ATAIdentifyBlock {
|
struct [[gnu::packed]] ATAIdentifyBlock {
|
||||||
u16 general_configuration;
|
u16 general_configuration;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue