TianoCore EDK2 master
Loading...
Searching...
No Matches
SwapBytes64.c
Go to the documentation of this file.
1
9#include "BaseLibInternals.h"
10
23UINT64
24EFIAPI
26 IN UINT64 Value
27 )
28{
29 return InternalMathSwapBytes64 (Value);
30}
UINT64 EFIAPI InternalMathSwapBytes64(IN UINT64 Operand)
Definition: SwapBytes64.c:23
#define IN
Definition: Base.h:279
UINT64 EFIAPI SwapBytes64(IN UINT64 Value)
Definition: SwapBytes64.c:25