2005-06-24 07:01:26 +02:00
|
|
|
/*
|
|
|
|
* include/asm-xtensa/bug.h
|
|
|
|
*
|
|
|
|
* Macros to cause a 'bug' message.
|
|
|
|
*
|
|
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
|
|
* for more details.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2001 - 2005 Tensilica Inc.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _XTENSA_BUG_H
|
|
|
|
#define _XTENSA_BUG_H
|
|
|
|
|
2006-12-10 11:18:47 +01:00
|
|
|
#include <asm-generic/bug.h>
|
2005-06-24 07:01:26 +02:00
|
|
|
|
|
|
|
#endif /* _XTENSA_BUG_H */
|