You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
20 years ago
|
/*
|
||
|
* 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
|
||
|
|
||
18 years ago
|
#include <asm-generic/bug.h>
|
||
20 years ago
|
|
||
|
#endif /* _XTENSA_BUG_H */
|