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

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/arch/arm/mach-ebsa110/hardware.h
  3.  *
  4.  *  Copyright (C) 2001 Russell King
  5.  *
  6.  *  Local hardware definitions.
  7.  */
  8. #ifndef HARDWARE_H
  9. #define HARDWARE_H
  10. #define IRQ_MASK 0xfe000000 /* read */
  11. #define IRQ_MSET 0xfe000000 /* write */
  12. #define IRQ_STAT 0xff000000 /* read */
  13. #define IRQ_MCLR 0xff000000 /* write */
  14. #endif