Make UEFI boot-platform build again
[haiku.git] / headers / private / graphics / vesa / utility.h
blobb8040c7aeba8521d15175a9ff2c85025f03fab20
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef UTILITY_H
6 #define UTILITY_H
8 #define ROUND_TO_PAGE_SIZE(x) (((x) + (B_PAGE_SIZE) - 1) & ~((B_PAGE_SIZE) - 1))
10 #endif /* UTILITY_H */