elf.h 283 B

12345678910111213
  1. /*
  2. * Copyright (C) 2016 Andes Technology, Inc.
  3. * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  4. */
  5. #ifndef _SYS_ELF_H
  6. #define _SYS_ELF_H 1
  7. #warning "This header is obsolete; use <sys/procfs.h> instead."
  8. #include <sys/procfs.h>
  9. #endif /* _SYS_ELF_H */