comparison nucleus/nu_sd.h @ 0:75a11d740a02

initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 09 Jun 2016 00:02:41 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:75a11d740a02
1 /*************************************************************************
2 *
3 * Copyright Mentor Graphics Corporation 2002
4 * All Rights Reserved.
5 *
6 * THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS
7 * THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS LICENSORS AND IS
8 * SUBJECT TO LICENSE TERMS.
9 *
10 *************************************************************************/
11
12 /*************************************************************************
13 *
14 * FILE NAME VERSION
15 *
16 * nu_sd.h Nucleus PLUS\ARM925\Code Composer 1.14.1
17 *
18 * COMPONENT
19 *
20 * SD - Serial Driver
21 *
22 * DESCRIPTION
23 *
24 * This file is a common include file to be used by the application
25 * to make the serial driver module available.
26 *
27 * DATA STRUCTURES
28 *
29 * none
30 *
31 * DEPENDENCIES
32 *
33 * sd_defs.h
34 * sd_extr.h
35 *
36 * HISTORY
37 *
38 * NAME DATE REMARKS
39 *
40 * B. Ronquillo 08-28-2002 Released version 1.14.1
41 *************************************************************************/
42 #ifndef NU_SD
43 #define NU_SD
44
45 /* Include everything the application will need to use the serial
46 driver. */
47 #include "sd_defs.h"
48 #include "sd_extr.h"
49
50 #endif /* #ifndef NU_SD */
51