diff options
Diffstat (limited to 'libgloss/bfin/include/ccblkfn.h')
-rw-r--r-- | libgloss/bfin/include/ccblkfn.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/libgloss/bfin/include/ccblkfn.h b/libgloss/bfin/include/ccblkfn.h index b7f48b97d..190da2d43 100644 --- a/libgloss/bfin/include/ccblkfn.h +++ b/libgloss/bfin/include/ccblkfn.h @@ -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 |