]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/bootstrap/server/src/ARCH-sparc/macros.h
update
[l4.git] / l4 / pkg / bootstrap / server / src / ARCH-sparc / macros.h
1 /*
2  * (c) 2009 Torsten Frenzel <frenzel@os.inf.tu-dresden.de>
3  *     economic rights: Technische Universität Dresden (Germany)
4  *
5  * This file is part of TUD:OS and distributed under the terms of the
6  * GNU General Public License 2.
7  * Please see the COPYING-GPL-2 file for details.
8  */
9 #ifndef __ARCH_SPARC_MACROS_H__
10 #define __ARCH_SPARC_MACROS_H__
11
12 #define L4_CHAR_PTR             (char*)
13 #define L4_CONST_CHAR_PTR       (const char*)
14 #define L4_VOID_PTR             (void*)
15 #define L4_MB_MOD_PTR           (l4util_mb_mod_t*)
16
17 #endif  /* ! __ARCH_SPARC_MACROS_H__ */