TianoCore EDK2 master
Loading...
Searching...
No Matches
Cmos.h
Go to the documentation of this file.
1
9#ifndef _CMOS_H_
10#define _CMOS_H_
11
23UINT8
24EFIAPI
26 IN UINTN Index
27 );
28
41UINT8
42EFIAPI
44 IN UINTN Index,
45 IN UINT8 Value
46 );
47
48#endif /* _CMOS_H_ */
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