TianoCore EDK2 master
Loading...
Searching...
No Matches
Cmos.h
Go to the documentation of this file.
1
11#ifndef __CMOS_H__
12#define __CMOS_H__
13
25UINT8
26EFIAPI
28 IN UINTN Index
29 );
30
43UINT8
44EFIAPI
46 IN UINTN Index,
47 IN UINT8 Value
48 );
49
50#endif
UINT64 UINTN
UINT8 EFIAPI CmosRead8(IN UINTN Index)
Definition: Cmos.c:25
UINT8 EFIAPI CmosWrite8(IN UINTN Index, IN UINT8 Value)
Definition: Cmos.c:47
#define IN
Definition: Base.h:279