coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sema.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __LIPPERT_SEMA_H__
4 #define __LIPPERT_SEMA_H__
5 
6 /* Signal SEMA watchdog a successful boot.
7  * Returns < 0 is SMBus message failed after
8  * several retries.
9  */
10 int sema_send_alive(void);
11 
12 #endif
int sema_send_alive(void)
Definition: sema.c:49