Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
m68k
include
asm
dbg.h
Go to the documentation of this file.
1
#define DEBUG 1
2
#ifdef CONFIG_COLDFIRE
3
#define BREAK asm volatile ("halt")
4
#else
5
#define BREAK *(volatile unsigned char *)0xdeadbee0 = 0
6
#endif
Generated on Thu Jan 10 2013 13:05:49 for Linux Kernel by
1.8.2