/
githubmirror
/
libtpms
Обзор
Документация
Войти
/
githubmirror
/
libtpms
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/tpm2/TPMCmd/Platform/include/PlatformClock.h
18 строк
411 B
Stefan Berger
Sync: Move many files to BSD-2-Clause license
13 фев 2026, 17:59
13 фев 2026, 17:59
65b3939
Код
Авторство
О чём код?
// SPDX-License-Identifier: BSD-2-Clause // This file contains the instance data for the Platform module. It is collected // in this file so that the state of the module is easier to manage. #ifndef _PLATFORM_CLOCK_H_ #define _PLATFORM_CLOCK_H_ #ifndef _ARM_ # ifdef _MSC_VER # include <sys/types.h> # include <sys/timeb.h> # else # include <time.h> # endif #endif #endif // _PLATFORM_CLOCK_H_