wbflush.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. /*
  2.  * Header file for using the wbflush routine
  3.  *
  4.  * This file is subject to the terms and conditions of the GNU General Public
  5.  * License.  See the file "COPYING" in the main directory of this archive
  6.  * for more details.
  7.  *
  8.  * Copyright (c) 1998 Harald Koerfgen
  9.  * Copyright (C) 2002 Maciej W. Rozycki
  10.  */
  11. #ifndef __ASM_MIPS64_WBFLUSH_H
  12. #define __ASM_MIPS64_WBFLUSH_H
  13. #define wbflush_setup() do { } while (0)
  14. #define wbflush() fast_iob()
  15. #endif /* __ASM_MIPS64_WBFLUSH_H */