-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathc_hdr.txt
More file actions
executable file
·48 lines (39 loc) · 2.19 KB
/
c_hdr.txt
File metadata and controls
executable file
·48 lines (39 loc) · 2.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
:insert
/*****************************************************************************
** TEXAS INSTRUMENTS PROPRIETARY INFORMATION
**
** (c) Copyright, Texas Instruments Incorporated, 2006-2014.
** All Rights Reserved.
**
** Property of Texas Instruments Incorporated. Restricted Rights -
** Use, duplication, or disclosure is subject to restrictions set
** forth in TI's program license agreement and associated documentation.
******************************************************************************/
/****************************************************************************/
/* FNAME.h */
/* Description */
/****************************************************************************/
#ifndef __FNAME_H
#define __FNAME_H
/*******************************************************************************
* Header files including
******************************************************************************/
/*******************************************************************************
* FwModule Version Definition
******************************************************************************/
/*******************************************************************************
* MACRO Definition
******************************************************************************/
/*******************************************************************************
* Enumerated Data Definition
******************************************************************************/
/*******************************************************************************
* Data Struct Definition
******************************************************************************/
/*******************************************************************************
* Global Variable Declaration
******************************************************************************/
/*******************************************************************************
* Global Function Declaration
******************************************************************************/
#endif /* __FNAME_H */