summaryrefslogtreecommitdiffstats
path: root/lib/pb-config/pb-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pb-config/pb-config.h')
-rw-r--r--lib/pb-config/pb-config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/pb-config/pb-config.h b/lib/pb-config/pb-config.h
index c74fa1b..523cada 100644
--- a/lib/pb-config/pb-config.h
+++ b/lib/pb-config/pb-config.h
@@ -4,6 +4,8 @@
#include <stdbool.h>
#include <stdint.h>
+#include <types/types.h>
+
#define HWADDR_SIZE 6
struct interface_config {
@@ -30,10 +32,16 @@ struct network_config {
int n_dns_servers;
};
+struct boot_priority {
+ enum device_type type;
+};
+
struct config {
bool autoboot_enabled;
int autoboot_timeout_sec;
struct network_config network;
+ struct boot_priority *boot_priorities;
+ int n_boot_priorities;
};
OpenPOWER on IntegriCloud