use mutex instead of semaphore in TPM driver
[linux-2.6/verdex.git] / include / asm-avr32 / kdebug.h
blobde419278fc39dacb5cc7c450d3c58ba8da9e96d2
1 #ifndef __ASM_AVR32_KDEBUG_H
2 #define __ASM_AVR32_KDEBUG_H
4 #include <linux/notifier.h>
6 /* Grossly misnamed. */
7 enum die_val {
8 DIE_FAULT,
9 DIE_BREAKPOINT,
10 DIE_SSTEP,
11 DIE_PAGE_FAULT,
14 int register_page_fault_notifier(struct notifier_block *nb);
15 int unregister_page_fault_notifier(struct notifier_block *nb);
17 #endif /* __ASM_AVR32_KDEBUG_H */