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