Make UEFI boot-platform build again
[haiku.git] / headers / private / graphics / radeon_hd / utility.h
blob281df1d638927d22acedc0393db4a669a555ed14
1 /*
2 * Copyright 2006, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Axel Dörfler, axeld@pinc-software.de
7 */
8 #ifndef UTILITY_H
9 #define UTILITY_H
12 #define ROUND_TO_PAGE_SIZE(x) (((x) + (B_PAGE_SIZE) - 1) & ~((B_PAGE_SIZE) - 1))
15 #endif /* UTILITY_H */