summaryrefslogtreecommitdiff
path: root/cesar/hal/hle/maximus/inc/maximus_defs.h
blob: 69fa3de7e35e160cfbc3b24c42c9b5d148d6c8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef hal_hle_maximus_inc_maximus_defs_h
#define hal_hle_maximus_inc_maximus_defs_h
/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
/**
 * \file    hal/hle/maximus/inc/maximus_defs.h
 * \brief   HAL HLE declarations for Maximus.
 * \ingroup hal_hle_maximus
 */

/** Max size of Maximus mailbox. */
#define MAXIMUS_HLE_MAILBOX_MAX_SIZE 1024

#endif /* hal_hle_maximus_inc_maximus_defs_h */