summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/event-parser.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/discover/event-parser.c b/discover/event-parser.c
index 0cfda9a..0b96a09 100644
--- a/discover/event-parser.c
+++ b/discover/event-parser.c
@@ -7,6 +7,12 @@
#include "event.h"
#include "parser-utils.h"
+/**
+ * parse_user_event - Parse a user event.
+ *
+ * Understands params: name, image, args.
+ */
+
int parse_user_event(struct device *device, struct event *event)
{
struct boot_option *opt;
OpenPOWER on IntegriCloud