summaryrefslogtreecommitdiffstats
path: root/lib/pb-protocol/pb-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pb-protocol/pb-protocol.h')
-rw-r--r--lib/pb-protocol/pb-protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/pb-protocol/pb-protocol.h b/lib/pb-protocol/pb-protocol.h
index b2d57d2..bfa9222 100644
--- a/lib/pb-protocol/pb-protocol.h
+++ b/lib/pb-protocol/pb-protocol.h
@@ -2,6 +2,7 @@
#define _PB_PROTOCOL_H
#include <stdint.h>
+#include <stdio.h>
#include <list/list.h>
@@ -46,6 +47,8 @@ struct boot_option {
void *ui_info;
};
+void pb_protocol_dump_device(const struct device *dev, const char *text,
+ FILE *stream);
int pb_protocol_device_len(const struct device *dev);
int pb_protocol_device_cmp(const struct device *a, const struct device *b);
OpenPOWER on IntegriCloud