blob: 46e915386d64f68d03e1476ffb32d6b4f42c659e [file] [log] [blame]
/* $Id: cache.h,v 1.3 2000/07/04 06:24:49 gniibe Exp $
*
* include/asm-sh/cache.h
*
* Copyright 1999 (C) Niibe Yutaka
*/
#ifndef __ASM_SH_CACHE_H
#define __ASM_SH_CACHE_H
/* bytes per L1 cache line */
#if defined(__sh3__)
#define L1_CACHE_BYTES 16
#elif defined(__SH4__)
#define L1_CACHE_BYTES 32
#endif
#endif /* __ASM_SH_CACHE_H */