12 lines
147 B
C
12 lines
147 B
C
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
||
|
#include <soc/southbridge.h>
|
||
|
|
||
|
void fch_init(void *chip_info)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
void fch_final(void *chip_info)
|
||
|
{
|
||
|
}
|