Fixed warning when compiling the PS/2 bus manager.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22615 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2007-10-18 17:23:14 +00:00
parent dd84f111b9
commit d73d20e85c
+3 -1
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2006, Axel Dörfler, [email protected]. All rights reserved.
* Copyright 2002-2007, Axel Dörfler, [email protected]. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Copyright 2001-2002, Travis Geiselbrecht. All rights reserved.
@@ -11,6 +11,8 @@
#include <Drivers.h>
struct kernel_args;
#ifdef __cplusplus
extern "C" {