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

	Copyright (C) 2024, Theater Quality Inc, 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) Theater Quality Inc
 *
 */

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