* 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:
parent
e3a631c0b4
commit
8f10aa5da6
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user