summaryrefslogtreecommitdiffhomepage
path: root/dev/Boot/src/HEL/AMD64/BootSATA.cc
blob: 7c7a9277402fbb53ddef287f6352a86455051307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* -------------------------------------------

	Copyright (C) 2024, t& Corporation, all rights reserved.

------------------------------------------- */

/**
 * @file BootAHCI.cc
 * @author Amlal EL Mahrouss (amlalelmahrouss@icloud.com)
 * @brief SATA support for BootZ.
 * @version 0.1
 * @date 2024-02-02
 *
 * @copyright Copyright (c) t& Corporation
 *
 */

#include <BootKit/Platform.h>
#include <BootKit/Protocol.h>
#include <BootKit/HW/SATA.h>