Last change
on this file since 656 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
1.0 KB
|
Line | |
---|
1 | /* |
---|
2 | * The authors hereby grant permission to use, copy, modify, distribute, |
---|
3 | * and license this software and its documentation for any purpose, provided |
---|
4 | * that existing copyright notices are retained in all copies and that this |
---|
5 | * notice is included verbatim in any distributions. No written agreement, |
---|
6 | * license, or royalty fee is required for any of the authorized uses. |
---|
7 | * Modifications to this software may be copyrighted by their authors |
---|
8 | * and need not follow the licensing terms described here, provided that |
---|
9 | * the new terms are clearly indicated on the first page of each file where |
---|
10 | * they apply. |
---|
11 | */ |
---|
12 | |
---|
13 | /* |
---|
14 | ** cdefBF549M.h |
---|
15 | ** |
---|
16 | ** Copyright (C) 2008-2009 Analog Devices Inc., All Rights Reserved. |
---|
17 | ** |
---|
18 | ************************************************************************************ |
---|
19 | ** |
---|
20 | ** This file just maps to the cdef for BF549 unless anything |
---|
21 | ** is required to change. |
---|
22 | ** |
---|
23 | ************************************************************************************/ |
---|
24 | |
---|
25 | #ifndef _CDEF_BF549M_H |
---|
26 | #define _CDEF_BF549M_H |
---|
27 | |
---|
28 | #include <cdefBF549.h> |
---|
29 | |
---|
30 | #endif /* _CDEF_BF549M_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.