summaryrefslogtreecommitdiff
path: root/util/sconfig/sconfig.h
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2016-08-05 18:32:18 -0600
committerMartin Roth <martinroth@google.com>2016-08-08 19:16:24 +0200
commitbec07535ace0270a65d08e260ebfcd2f63ff5daf (patch)
tree0cad10badc22bfef7b92043fc007f00e7778c270 /util/sconfig/sconfig.h
parentc9c27bb14e7acb8a1df39561662b0fab725266bd (diff)
downloadcoreboot-bec07535ace0270a65d08e260ebfcd2f63ff5daf.tar.xz
sconfig: Reformat C code
Change-Id: Idfd1bd8240413026b992ae1382a57bccf9d8ddb5 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/16082 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/sconfig/sconfig.h')
-rw-r--r--util/sconfig/sconfig.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/util/sconfig/sconfig.h b/util/sconfig/sconfig.h
index 02a094d242..119d7b5fbf 100644
--- a/util/sconfig/sconfig.h
+++ b/util/sconfig/sconfig.h
@@ -91,11 +91,14 @@ void fold_in(struct device *parent);
void postprocess_devtree(void);
struct device *new_chip(struct device *parent, struct device *bus, char *path);
void add_header(struct device *dev);
-struct device *new_device(struct device *parent, struct device *busdev, const int bus, const char *devnum, int enabled);
+struct device *new_device(struct device *parent, struct device *busdev,
+ const int bus, const char *devnum, int enabled);
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 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);