C++ Device API Reference Manual
Reference documentation for the Simics C++ Device API.
Loading...
Searching...
No Matches
_null.h
Go to the documentation of this file.
1
/*
2
© 2023 Intel Corporation
3
4
This software and the related documents are Intel copyrighted materials, and
5
your use of them is governed by the express license under which they were
6
provided to you ("License"). Unless the License provides otherwise, you may
7
not use, modify, copy, publish, distribute, disclose or transmit this software
8
or the related documents without Intel's prior written permission.
9
10
This software and the related documents are provided as is, with no express or
11
implied warranties, other than those that are expressly stated in the License.
12
*/
13
14
#ifndef CPP_API_EXTENSIONS_SRC_SME_AQPP_ABSTRACTION_COMPILER__NULL_H
15
#define CPP_API_EXTENSIONS_SRC_SME_AQPP_ABSTRACTION_COMPILER__NULL_H
16
17
#include "
sme/aqpp/abstraction/compiler/identification.h
"
18
19
#ifndef null
20
#define null 0
21
#endif
22
23
#ifndef NULL
24
#define NULL 0
25
#endif
26
27
#endif
/* ABSTRACTION_COMPILER__NULL_H_ */
identification.h