L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
16#include_next <l4/sys/l4int.h>
17
23#define L4_MWORD_BITS 64
25typedef unsigned long l4_size_t;
26typedef signed long l4_ssize_t;
signed long l4_ssize_t
Signed size type.
Definition l4int.h:26
unsigned long l4_size_t
Unsigned size type.
Definition l4int.h:25