summaryrefslogtreecommitdiff
path: root/include/sata.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sata.h')
-rw-r--r--include/sata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sata.h b/include/sata.h
index 8414e77e42b..868e89464f0 100644
--- a/include/sata.h
+++ b/include/sata.h
@@ -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);