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

嵌入式Linux

开发平台:

Unix_Linux

  1. /* $Id: cache.h,v 1.3 2000/07/04 06:24:49 gniibe Exp $
  2.  *
  3.  * include/asm-sh/cache.h
  4.  *
  5.  * Copyright 1999 (C) Niibe Yutaka
  6.  */
  7. #ifndef __ASM_SH_CACHE_H
  8. #define __ASM_SH_CACHE_H
  9. /* bytes per L1 cache line */
  10. #if defined(__sh3__)
  11. #define        L1_CACHE_BYTES  16
  12. #elif defined(__SH4__)
  13. #define        L1_CACHE_BYTES  32
  14. #endif
  15. #endif /* __ASM_SH_CACHE_H */