Make UEFI boot-platform build again
[haiku.git] / headers / private / kernel / block_cache.h
bloba15a0d8447c1e9a01f4a8d1c5edf0f4110ba9e58
1 /*
2 * Copyright 2005, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _KERNEL_BLOCK_CACHE_H
6 #define _KERNEL_BLOCK_CACHE_H
9 #include <SupportDefs.h>
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
16 extern status_t block_cache_init(void);
17 extern size_t block_cache_used_memory();
19 #ifdef __cplusplus
21 #endif
23 #endif /* _KERNEL_BLOCK_CACHE_H */