diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 09:07:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-02 09:07:33 +0100 |
| commit | 28939d40c856aed0b56fe5a4d1d68a906099d745 (patch) | |
| tree | cd5544649e9e48b295548cb0da18e8d522b4bca5 /Private/NewBoot/BootKit | |
| parent | e619d59744bec279dc49570be278a7845a4f7b8c (diff) | |
NewBoot: Add documentation to ATA driver.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 2b57ec56..90ef5156 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -132,4 +132,4 @@ inline UInt32 In32(UInt16 port) { return value; } -#endif // __EFI_x86_64__
\ No newline at end of file +#endif // __EFI_x86_64__ |
