From 21ea7c1ca106b20bbb861bca8b93b2850b8df9e7 Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Sat, 16 Nov 2013 09:42:42 +0100 Subject: ddb/db_output.h: add ifndef * ddb/db_output.h: Add ifndef. --- ddb/db_output.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ddb') diff --git a/ddb/db_output.h b/ddb/db_output.h index 1159c6b..e7a4ba3 100644 --- a/ddb/db_output.h +++ b/ddb/db_output.h @@ -32,9 +32,14 @@ * Printing routines for kernel debugger. */ +#ifndef _DDB_DB_OUTPUT_H_ +#define _DDB_DB_OUTPUT_H_ + extern void db_force_whitespace(void); extern int db_print_position(void); extern void db_end_line(void); extern void db_printf(const char *fmt, ...); extern void db_putchar(int c); extern void kdbprintf(const char *fmt, ...); + +#endif /* _DDB_DB_OUTPUT_H_ */ -- cgit v1.2.3