Make UEFI boot-platform build again
[haiku.git] / headers / private / graphics / intel_extreme / utility.h
blobeae3c06660a7ac3e2e2ef9b83df28848d1cb9fee
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
11 #define ROUND_TO_PAGE_SIZE(x) (((x) + (B_PAGE_SIZE) - 1) & ~((B_PAGE_SIZE) - 1))
13 #endif /* UTILITY_H */