comparison gsm-fw/nucleus/nu_sd.h @ 143:afceeeb2cba1

Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Tue, 12 Nov 2013 05:35:48 +0000
parents nuc-fw/nucleus/nu_sd.h@947b1f473960
children
comparison
equal deleted inserted replaced
142:15d5977390c2 143:afceeeb2cba1
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