octsdr-2g-wireshark/software/include/vocallo/octvc1_swap_hdrs.h

52 lines
1.9 KiB
C

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
File: octvc1_swap_hdrs.h
Copyright (c) 2014 Octasic Inc. All rights reserved.
Description:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Octasic_Release: OCTSDR-2G-01.08.05-B29-ALPHA (2014/08/14)
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#ifndef __OCTVC1_SWAP_HDRS_H__
#define __OCTVC1_SWAP_HDRS_H__
#ifdef __cplusplus
extern "C" {
#endif
/***************************** INCLUDE FILES *******************************/
#include "../octdev_macro.h"
/* START OF SWAP FILE HDR */
#include "../octdev_types_swap.h"
#include "../octpkt/octpkt_hdr_swap.h"
#include "../octpkt/octpkt_hdrxl_swap.h"
#include "octvocnet_pkt_swap.h"
#include "octvc1_cursor_swap.h"
#include "octvc1_handle_swap.h"
#include "octvc1_vlan_swap.h"
#include "octvc1_list_swap.h"
#include "octvc1_msg_swap.h"
#include "octvc1_log_swap.h"
#include "octvc1_file_swap.h"
#include "ctrl/octvc1_ctrl_api_swap.h"
#include "main/octvc1_main_api_swap.h"
#include "main/octvc1_main_evt_swap.h"
#include "gsm/octvc1_gsm_api_swap.h"
#include "gsm/octvc1_gsm_evt_swap.h"
#include "cpp/octvc1_cpp_api_swap.h"
#include "net/octvc1_net_api_swap.h"
#include "net/octvc1_net_evt_swap.h"
/* END OF SWAP FILE HDR */
#ifdef __cplusplus
}
#endif
#endif /* __OCTVC1_SWAP_HDRS_H__ */