summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/StorageKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-04-02 08:14:36 +0200
committerGitHub <noreply@github.com>2025-04-02 08:14:36 +0200
commit5129ac16ddd5fb8362eb2fbd123e28d2b3e4c90f (patch)
tree2fde230004e377f734983484f8e12fb0414a1668 /dev/kernel/StorageKit
parent25dd194903b3ccfe4461fe189a04d902da93ac8f (diff)
parent6c7e5ebc003a0bc4f98c23a8f9754b273a6e3a28 (diff)
Merge pull request #7 from amlel-el-mahrouss/dev
boot/net: rename Boot.S files, clarify EEPROM implication, and prep UDP read
Diffstat (limited to 'dev/kernel/StorageKit')
-rw-r--r--dev/kernel/StorageKit/ATA.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev/kernel/StorageKit/ATA.h b/dev/kernel/StorageKit/ATA.h
index b5e4b2d9..917fa12b 100644
--- a/dev/kernel/StorageKit/ATA.h
+++ b/dev/kernel/StorageKit/ATA.h
@@ -34,19 +34,18 @@ namespace Kernel
const Char* Name() const override;
const UInt16& GetIO();
- Void SetIO(const UInt16& io);
+ Void SetIO(const UInt16& io);
const UInt16& GetMaster();
- Void SetMaster(const UInt16& master);
+ Void SetMaster(const UInt16& master);
const UInt32& GetIndex();
- Void SetIndex(const UInt32& drv);
+ Void SetIndex(const UInt32& drv);
private:
void (*fCleanup)(void) = {nullptr};
UInt32 fDriveIndex{0U};
UInt16 fIO, fMaster{0U};
-
};
/// @brief Initialize an PIO device (StorageKit function)