Fixed warning.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17993 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-07-01 11:43:38 +00:00
parent bf7d1aad69
commit 610fdb756f

View File

@ -39,6 +39,9 @@
#include <ByteOrder.h>
#include <KernelExport.h>
#include <string.h>
#define SIO_SET(x) \
write32(device->reg_base + WB_SIO, \
read32(device->reg_base + WB_SIO) | x)