![]() |
|
|||
File indexing completed on 2025-08-27 09:37:33
0001 /** 0002 * \file private_access.h 0003 * 0004 * \brief Macro wrapper for struct's members. 0005 */ 0006 /* 0007 * Copyright The Mbed TLS Contributors 0008 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 0009 */ 0010 0011 #ifndef MBEDTLS_PRIVATE_ACCESS_H 0012 #define MBEDTLS_PRIVATE_ACCESS_H 0013 0014 #ifndef MBEDTLS_ALLOW_PRIVATE_ACCESS 0015 #define MBEDTLS_PRIVATE(member) private_##member 0016 #else 0017 #define MBEDTLS_PRIVATE(member) member 0018 #endif 0019 0020 #endif /* MBEDTLS_PRIVATE_ACCESS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |