assembler.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  * linux/asm/assembler.h
  3.  *
  4.  * This file contains arm architecture specific defines
  5.  * for the different processors.
  6.  *
  7.  * Do not include any C declarations in this file - it is included by
  8.  * assembler source.
  9.  */
  10. #ifndef __ASSEMBLY__
  11. #error "Only include this from assembly code"
  12. #endif
  13. #include <asm/proc/ptrace.h>
  14. #include <asm/proc/assembler.h>