~ubuntu-branches/ubuntu/saucy/dahdi-tools/saucy-proposed

« back to all changes in this revision

Viewing changes to xpp/oct612x/include/oct6100api/oct6100_api.h

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2013-08-25 12:48:37 UTC
  • mfrom: (2.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20130825124837-wtefi7f9dsihg8is
Tags: 1:2.7.0-1ubuntu1
* Merge from debian. Remaining changes:
  - debian/control: Added gawk as dependency for dkms build
  - debian/control: Package dahdi Depends on dahdi-dkms | dahdi-source
  - debian/control: Set ubuntu maintainer    
  - added debian/dahdi.postinst
  - debian/control: Removed Uploaders field.
  - added debian/dahdi.postinst
  - added --error-handler=init_failed to debian/rules
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
 
2
 
 
3
File:  oct6100_api.h
 
4
 
 
5
    Copyright (c) 2001-2007 Octasic Inc.
 
6
    
 
7
Description: 
 
8
 
 
9
        Header file containing all definitions used throughout the API.
 
10
 
 
11
This file is part of the Octasic OCT6100 GPL API . The OCT6100 GPL API  is 
 
12
free software; you can redistribute it and/or modify it under the terms of 
 
13
the GNU General Public License as published by the Free Software Foundation; 
 
14
either version 2 of the License, or (at your option) any later version.
 
15
 
 
16
The OCT6100 GPL API is distributed in the hope that it will be useful, but 
 
17
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
 
18
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
 
19
for more details. 
 
20
 
 
21
You should have received a copy of the GNU General Public License 
 
22
along with the OCT6100 GPL API; if not, write to the Free Software 
 
23
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
24
 
 
25
$Octasic_Release: OCT612xAPI-01.00-PR49 $
 
26
 
 
27
$Octasic_Revision: 23 $
 
28
 
 
29
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
 
30
 
 
31
#ifndef __OCT6100_API_H__
 
32
#define __OCT6100_API_H__
 
33
 
 
34
#ifdef __cplusplus
 
35
extern "C" {
 
36
#endif
 
37
 
 
38
/*****************************  INCLUDE FILES  *******************************/
 
39
 
 
40
#include "octdef.h"
 
41
 
 
42
#include "oct6100_defines.h"
 
43
#include "oct6100_errors.h"
 
44
 
 
45
#include "oct6100_apiud.h"
 
46
#include "oct6100_tlv_inst.h"
 
47
#include "oct6100_chip_stats_inst.h"
 
48
#include "oct6100_tsi_cnct_inst.h"
 
49
#include "oct6100_mixer_inst.h"
 
50
#include "oct6100_events_inst.h"
 
51
#include "oct6100_tone_detection_inst.h"
 
52
#include "oct6100_conf_bridge_inst.h"
 
53
#include "oct6100_playout_buf_inst.h"
 
54
 
 
55
#include "oct6100_adpcm_chan_inst.h"
 
56
#include "oct6100_phasing_tsst_inst.h"
 
57
#include "oct6100_channel_inst.h"
 
58
#include "oct6100_interrupts_inst.h"
 
59
#include "oct6100_remote_debug_inst.h"
 
60
#include "oct6100_debug_inst.h"
 
61
#include "oct6100_chip_open_inst.h"
 
62
#include "oct6100_api_inst.h"
 
63
 
 
64
#include "oct6100_interrupts_pub.h"
 
65
#include "oct6100_tsi_cnct_pub.h"
 
66
#include "oct6100_events_pub.h"
 
67
#include "oct6100_tone_detection_pub.h"
 
68
#include "oct6100_mixer_pub.h"
 
69
#include "oct6100_conf_bridge_pub.h"
 
70
#include "oct6100_playout_buf_pub.h"
 
71
 
 
72
#include "oct6100_channel_pub.h"
 
73
#include "oct6100_remote_debug_pub.h"
 
74
#include "oct6100_debug_pub.h"
 
75
#include "oct6100_chip_open_pub.h"
 
76
#include "oct6100_chip_stats_pub.h"
 
77
#include "oct6100_adpcm_chan_pub.h"
 
78
#include "oct6100_phasing_tsst_pub.h"
 
79
 
 
80
#ifdef __cplusplus
 
81
}
 
82
#endif
 
83
 
 
84
#endif /* __OCT6100_API_H__ */