blob: adb2b1d5d12adec6c702b9f4bba3777c17406826 [file] [log] [blame]
Angel Pons118a9c72020-04-02 23:48:34 +02001/* SPDX-License-Identifier: GPL-2.0-only */
2/* This file is part of the coreboot project. */
Felix Durairaj7f761652015-11-20 15:51:35 -08003
4#include <wrdd.h>
5
Aaron Durbin64031672018-04-21 14:45:32 -06006uint16_t __weak wifi_regulatory_domain(void)
Felix Durairaj7f761652015-11-20 15:51:35 -08007{
8 return WRDD_DEFAULT_REGULATORY_DOMAIN;
9}