coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef _MAINBOARD_LENOVO_G505S_EC_H
4 #define _MAINBOARD_LENOVO_G505S_EC_H
5 
6 #include "mainboard.h"
7 
8 void lenovo_g505s_ec_init(void);
9 
10 #endif /* _MAINBOARD_LENOVO_G505S_EC_H */
void lenovo_g505s_ec_init(void)
Definition: ec.c:20