Make UEFI boot-platform build again
[haiku.git] / headers / private / interface / DirectWindowPrivate.h
blob47a1f2f8e170aa210a027a774ea32ce09c78dac1
1 /*
2 * Copyright 2005, Haiku, Inc.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _DIRECT_WINDOW_PRIVATE_H
6 #define _DIRECT_WINDOW_PRIVATE_H
9 #include <OS.h>
12 #define DIRECT_BUFFER_INFO_AREA_SIZE B_PAGE_SIZE
15 struct direct_window_sync_data {
16 area_id area;
17 sem_id disable_sem;
18 sem_id disable_sem_ack;
22 #endif // _DIRECT_WINDOW_PRIVATE_H