summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/gpt.h')
-rw-r--r--sys/boot/common/gpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/common/gpt.h b/sys/boot/common/gpt.h
index c42b40d..9d48564 100644
--- a/sys/boot/common/gpt.h
+++ b/sys/boot/common/gpt.h
@@ -32,6 +32,8 @@
#include <uuid.h>
#include <drv.h>
+#define MAXTBLENTS 128
+
int gptread(const uuid_t *uuid, struct dsk *dskp, char *buf);
int gptfind(const uuid_t *uuid, struct dsk *dskp, int part);
void gptbootfailed(struct dsk *dskp);
OpenPOWER on IntegriCloud