aboutsummaryrefslogtreecommitdiff
path: root/util/sconfig/sconfig.y
diff options
context:
space:
mode:
Diffstat (limited to 'util/sconfig/sconfig.y')
-rwxr-xr-xutil/sconfig/sconfig.y5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/sconfig/sconfig.y b/util/sconfig/sconfig.y
index 66c5b6df74..a5a063ff9e 100755
--- a/util/sconfig/sconfig.y
+++ b/util/sconfig/sconfig.y
@@ -3,7 +3,7 @@
* sconfig, coreboot device tree compiler
*
* Copyright (C) 2010 coresystems GmbH
- * written by Patrick Georgi <patrick.georgi@coresystems.de>
+ * written by Patrick Georgi <patrick@georgi-clan.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -17,6 +17,9 @@
#include "sconfig.h"
+int yylex();
+void yyerror(const char *s);
+
static struct device *cur_parent, *cur_bus;
%}