diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-07 01:11:14 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-05-08 21:37:36 +0200 |
commit | 2e78aa5a78d67d8bd5ef90bb89d01fc82faadc8a (patch) | |
tree | 6f7200ed0eb15dfa5f441e23db0bed0ed2a06183 /util/sconfig/sconfig.h | |
parent | 66fbeaec981707fa74e7296b0ef23d802dcfedea (diff) | |
download | coreboot-2e78aa5a78d67d8bd5ef90bb89d01fc82faadc8a.tar.xz |
util/sconfig: Fix warnings
and re-generate _shipped files
Change-Id: I7a18824d64d3f6212e8566695376bf97e2196ee2
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/14733
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/sconfig/sconfig.h')
-rw-r--r-- | util/sconfig/sconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h index 2c35eb3cea..02a094d242 100644 --- a/util/sconfig/sconfig.h +++ b/util/sconfig/sconfig.h @@ -2,7 +2,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 @@ -96,3 +96,6 @@ void alias_siblings(struct device *d); void add_resource(struct device *dev, int type, int index, int base); void add_register(struct device *dev, char *name, char *val); void add_pci_subsystem_ids(struct device *dev, int vendor, int device, int inherit); +void add_ioapic_info(struct device *dev, int apicid, const char *_srcpin, int irqpin); + +void yyrestart(FILE *input_file); |