118a9c7b03
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Id3a0b63272ebda3dad13803700bcff36d36f4815 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40054 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
9 lines
202 B
C
9 lines
202 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/* This file is part of the coreboot project. */
|
|
|
|
#include <wrdd.h>
|
|
|
|
uint16_t __weak wifi_regulatory_domain(void)
|
|
{
|
|
return WRDD_DEFAULT_REGULATORY_DOMAIN;
|
|
}
|