clkmgr 2.0
Clock Manager API library to receive events from the PTP service
Loading...
Searching...
No Matches
utility.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 SPDX-FileCopyrightText: Copyright © 2024 Intel Corporation. */
3
12#ifndef CLKMGR_UTILITY_H
13#define CLKMGR_UTILITY_H
14
15#ifndef __CLKMGR_NAMESPACE_USE
17#define __CLKMGR_NAMESPACE_USE using namespace clkmgr
19#define __CLKMGR_NAMESPACE_BEGIN namespace clkmgr {
21#define __CLKMGR_NAMESPACE_END }
22#endif
23
24#endif /* CLKMGR_UTILITY_H */