TianoCore EDK2
master
Loading...
Searching...
No Matches
SwapBytes16.c
Go to the documentation of this file.
1
9
#include "
BaseLibInternals.h
"
10
23
UINT16
24
EFIAPI
25
SwapBytes16
(
26
IN
UINT16 Value
27
)
28
{
29
return
(UINT16)((Value<< 8) | (Value>> 8));
30
}
BaseLibInternals.h
IN
#define IN
Definition:
Base.h:279
SwapBytes16
UINT16 EFIAPI SwapBytes16(IN UINT16 Value)
Definition:
SwapBytes16.c:25
MdePkg
Library
BaseLib
SwapBytes16.c
Generated on Fri Nov 15 2024 18:01:17 for TianoCore EDK2 by
1.9.6