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
15#include_next <l4/sys/l4int.h>
16
22#define L4_MWORD_BITS 64
24typedef unsigned long l4_size_t;
25typedef 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