60ec3656eb
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I1ea2eebfdd43610e42b4cf04409ec76c2e8b0042 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40082 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
8 lines
279 B
C
8 lines
279 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* This file is part of the coreboot project. */
|
|
|
|
#include <soc/gpio.h>
|
|
|
|
const struct pad_config *gpio_table(size_t *num);
|
|
const struct pad_config *early_gpio_table(size_t *num);
|
|
const struct pad_config *sleep_gpio_table(size_t *num);
|