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)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user