mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 03:06:10 +00:00
Disabled AHA printks
This commit is contained in:
parent
c3a37be48c
commit
e2714b2ef9
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#ifndef AHA
|
#ifndef AHA
|
||||||
#define AHA
|
#define AHA
|
||||||
#define AHA_DEBUG
|
/* Debug messages are disabled */
|
||||||
|
/* #define AHA_DEBUG */
|
||||||
#include "linux/kernel.h" /* printk is declared there */
|
#include "linux/kernel.h" /* printk is declared there */
|
||||||
#include "linux/stddef.h"
|
#include "linux/stddef.h"
|
||||||
#include "linux/ptrace.h" /* access to kmalloc */
|
#include "linux/ptrace.h" /* access to kmalloc */
|
||||||
|
|
Loading…
Reference in a new issue