TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformLibWrapper.c
Go to the documentation of this file.
1
10#include <Library/BaseLib.h>
11#include <Library/DebugLib.h>
12#include "hal/base.h"
13
20void
22 uint64_t milliseconds
23 )
24{
25 return;
26}
27
34void
36 uint64_t microseconds
37 )
38{
39 return;
40}
41
50bool
52 uint32_t session_id,
53 uint16_t seconds
54 )
55{
56 return true;
57}
58
65bool
67 uint32_t session_id
68 )
69{
70 return true;
71}
72
79bool
81 uint32_t session_id
82 )
83{
84 return true;
85}
bool libspdm_start_watchdog(uint32_t session_id, uint16_t seconds)
void libspdm_sleep(uint64_t milliseconds)
void libspdm_sleep_in_us(uint64_t microseconds)
bool libspdm_stop_watchdog(uint32_t session_id)
bool libspdm_reset_watchdog(uint32_t session_id)