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>
This commit is contained in:
Michael Frysinger
2010-10-17 23:52:49 +00:00
parent 0e66e62668
commit 1cfc2fea73
83 changed files with 952 additions and 405 deletions

View File

@ -10,5 +10,14 @@
* they apply.
*/
/* For now, a dummy header file, fill in with gcc-specific items later.
Header files from VisualDSP require that this exists. */
#ifndef _CCBLKFN_H
#define _CCBLKFN_H
#include <stdlib.h>
#include <builtins.h>
#include <sys/anomaly_macros_rtl.h>
#include <sys/mc_typedef.h>
#endif