ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-libc-private.h
Go to the documentation of this file.
1 #ifndef DCE_LIBC_PRIVATE_H
2 #define DCE_LIBC_PRIVATE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 struct cpu_features;
9 
10 extern const struct cpu_features * __get_cpu_features (void);
11 
12 const struct cpu_features * dce___get_cpu_features (void);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 
19 #endif /* DCE_LIBC_PRIVATE_H */