FreeCalypso > hg > freecalypso-sw
comparison nuc-fw/nucleus/nu_sd.h @ 79:947b1f473960
beginning of nuc-fw
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 11 Aug 2013 07:17:25 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
78:2c266d4339ff | 79:947b1f473960 |
---|---|
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 |