OpenNSL API Guide and Reference Manual
typesX.h
Go to the documentation of this file.
1 
4 /*****************************************************************************
5  *
6  * This software is governed by the Broadcom Advanced Switch APIs license.
7  * This license is set out in the
8  * https://github.com/Broadcom-Switch/OpenNSL/Legal/LICENSE-Adv file.
9  *
10  * Copyright 2015-2016 Broadcom Corporation. All rights reserved.
11  *
12  ***************************************************************************/
16 #ifndef __OPENNSL_TYPESX_H__
17 #define __OPENNSL_TYPESX_H__
18 
19 #include <sal/types.h>
20 #include <sal/commdefs.h>
21 #include <shared/bitop.h>
22 #include <shared/pbmp.h>
23 #include <shared/gport.h>
24 #include <shared/types.h>
25 #include <shared/util.h>
26 
27 #if !defined(OPENNSL_LOCAL_UNITS_MAX)
28 #endif
29 #if !defined(OPENNSL_UNITS_MAX)
30 #endif
31 #if defined(LE_HOST)
32 #endif
33 
34 typedef enum opennsl_field_stat_e {
126 /* __doxy_func_body_end__ */
127 
128 #endif /* __OPENNSL_TYPESX_H__ */
129