Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Frysinger <vapier@gentoo.org>2010-10-18 03:52:49 +0400
committerMichael Frysinger <vapier@gentoo.org>2010-10-18 03:52:49 +0400
commit1cfc2fea73e532c435ea2d37c55bdd68cb2c777e (patch)
treef4c5600b7acfea817e5d9a70a1ea31cb56cca707 /libgloss/bfin/include/cdefBF547M.h
parent0e66e6266855d4aecbf42c58bed6afc081e3a70d (diff)
libgloss: bfin: sync headers to VDSP 5.0 Update 8
A new release of VDSP means syncing random updates to the libgloss headers. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libgloss/bfin/include/cdefBF547M.h')
-rw-r--r--libgloss/bfin/include/cdefBF547M.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libgloss/bfin/include/cdefBF547M.h b/libgloss/bfin/include/cdefBF547M.h
index 1738110a1..14e2db0c0 100644
--- a/libgloss/bfin/include/cdefBF547M.h
+++ b/libgloss/bfin/include/cdefBF547M.h
@@ -13,7 +13,7 @@
/*
** cdefBF547M.h
**
-** Copyright (C) 2009 Analog Devices, Inc.
+** Copyright (C) 2008-2009 Analog Devices Inc., All Rights Reserved.
**
************************************************************************************
**
@@ -22,4 +22,9 @@
**
************************************************************************************/
+#ifndef _CDEF_BF547M_H
+#define _CDEF_BF547M_H
+
#include <cdefBF547.h>
+
+#endif /* _CDEF_BF547M_H */