source: svn/trunk/newcon3bcm2_21bu/BSEAV/lib/scte65/si_main.h @ 2

Last change on this file since 2 was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 845 bytes
Line 
1/***************************************************************
2**
3** Broadcom Corp. Confidential
4** Copyright 2003-2008 Broadcom Corp. All Rights Reserved.
5**
6** THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED
7** SOFTWARE LICENSE AGREEMENT BETWEEN THE USER AND BROADCOM.
8** YOU HAVE NO RIGHT TO USE OR EXPLOIT THIS MATERIAL EXCEPT
9** SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
10**
11** File:                si_main.h
12** Description: Function proto's and defines for si_main.
13**
14** Created: 03/08/2001
15**
16** REVISION:
17**
18** $Log: $
19**
20**
21****************************************************************/
22
23#ifndef SI_MAIN_H
24#define SI_MAIN_H
25
26#ifdef __cplusplus
27extern "C" {
28#endif
29
30void SI_Init(void);
31void SI_Create(void);
32void SI_Process_Data(unsigned char *data, unsigned long len, unsigned char *free_data);
33
34#ifdef __cplusplus
35}
36#endif
37
38
39#endif
40
Note: See TracBrowser for help on using the repository browser.