sysdep.h 339 B

1234567891011121314151617181920
  1. /*
  2. * libc/sysdeps/linux/bfin/sysdep.h
  3. *
  4. * Copyright (C) 2007 Analog Devices Inc.
  5. *
  6. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  7. */
  8. #ifndef __BFIN_SYSDEP_H__
  9. #define __BFIN_SYSDEP_H__
  10. #include <features.h>
  11. #ifdef __ASSEMBLER__
  12. #define ENTRY(sym) .global sym; .type sym, STT_FUNC; sym:
  13. #endif
  14. #endif