Done with sed and God Lines. Only done for C-like code for now. Change-Id: I311c62e8321afa43fdb442e10158973ecdcca793 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40074 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
11 lines
200 B
C
11 lines
200 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* This file is part of the coreboot project. */
|
|
|
|
#ifndef ONBOARD_H
|
|
#define ONBOARD_H
|
|
|
|
#define ITE8528_CMD_PORT 0x6E
|
|
#define ITE8528_DATA_PORT 0x6F
|
|
|
|
#endif
|