debug
dist
firmware
fs-add
kernel
Documentation
arch
alpha
arm
avr32
blackfin
cris
frv
h8300
ia64
m32r
m68k
m68knommu
microblaze
mips
mn10300
parisc
powerpc
s390
score
sh
sparc
um
x86
xtensa
boot
configs
include
asm
Kbuild
asmmacro.h
atomic.h
auxvec.h
bitops.h
bitsperlong.h
bootparam.h
bug.h
bugs.h
byteorder.h
cache.h
cacheasm.h
cacheflush.h
checksum.h
coprocessor.h
cpumask.h
cputime.h
current.h
delay.h
device.h
div64.h
dma-mapping.h
dma.h
elf.h
emergency-restart.h
errno.h
fb.h
fcntl.h
flat.h
ftrace.h
futex.h
gpio.h
hardirq.h
highmem.h
hw_irq.h
io.h
ioctl.h
ioctls.h
ipcbuf.h
irq.h
irq_regs.h
kdebug.h
kmap_types.h
linkage.h
local.h
mman.h
mmu.h
mmu_context.h
module.h
msgbuf.h
mutex.h
nommu.h
nommu_context.h
page.h
param.h
pci-bridge.h
pci.h
percpu.h
pgalloc.h
pgtable.h
platform.h
poll.h
posix_types.h
processor.h
ptrace.h
regs.h
resource.h
rmap.h
rwsem.h
scatterlist.h
sections.h
segment.h
sembuf.h
serial.h
setup.h
shmbuf.h
shmparam.h
sigcontext.h
siginfo.h
signal.h
smp.h
socket.h
sockios.h
spinlock.h
stat.h
statfs.h
string.h
swab.h
syscall.h
system.h
termbits.h
termios.h
thread_info.h
timex.h
tlb.h
tlbflush.h
topology.h
types.h
uaccess.h
ucontext.h
unaligned.h
unistd.h
user.h
vga.h
xor.h
kernel
lib
mm
platforms
variants
Kconfig
Kconfig.debug
Makefile
.gitignore
Kconfig
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
MAINTAINERS
Makefile
README
REPORTING-BUGS
localversion-stm
patches
toolchain
tools
.gitignore
Makefile
README.md
19 lines
400 B
C
19 lines
400 B
C
/*
|
|
* 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
|
|
|
|
#include <asm-generic/bug.h>
|
|
|
|
#endif /* _XTENSA_BUG_H */
|