include/sata.h: Audit include list

This file does not need <part.h> so remove it. This file does however
need <stdbool.h> so add that in.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2025-06-28 16:43:50 -06:00
parent 643607b3f8
commit 7788df3e92

View File

@@ -1,6 +1,7 @@
#ifndef __SATA_H__
#define __SATA_H__
#include <part.h>
#include <stdbool.h>
int sata_probe(int devnum);
int sata_remove(int devnum);