summaryrefslogtreecommitdiff
path: root/hal/hle/forward.h
blob: 93aac0bf24d5686bfa7d12a3076b8917df40f665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef hal_hle_forward_h
#define hal_hle_forward_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/hle/forward.h
 * \brief   HAL HLE ipmbox context forward declaration.
 * \ingroup hal_hle
 */

/* Forward declaration. */
typedef struct ipmbox_t ipmbox_t;

#endif /* hal_hle_forward_h */