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:
@ -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
|
||||
|
Reference in New Issue
Block a user