* Fixed warning, the ROUNDUP macro is already defined.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33595 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-10-15 10:07:31 +00:00
parent e3a631c0b4
commit 8f10aa5da6

View File

@ -59,8 +59,6 @@
#define AGP_STATUS(address) (address + 4)
#define AGP_COMMAND(address) (address + 8)
#define ROUNDUP(a, b) (((a) + ((b)-1)) & ~((b)-1))
/* read and write to PCI config space */
#define get_pci_config(info, offset, size) \
(sPCI->read_pci_config((info).bus, (info).device, (info).function, \