L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
l4int.h
Go to the documentation of this file.
1/*****************************************************************************/
7/*
8 * (c) 2008-2009 Adam Lackorzynski <adam@os.inf.tu-dresden.de>,
9 * Alexander Warg <warg@os.inf.tu-dresden.de>
10 * economic rights: Technische Universität Dresden (Germany)
11 *
12 * License: see LICENSE.spdx (in this directory or the directories above)
13 */
14#pragma once
15
20
21#define L4_MWORD_BITS 64
22
23typedef unsigned long l4_size_t;
24typedef signed long l4_ssize_t;
26
unsigned int l4_size_t
Unsigned size type.
Definition l4int.h:22
signed int l4_ssize_t
Signed size type.
Definition l4int.h:23