mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
trivial: remove superfluous empty lines
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
@@ -10,4 +10,3 @@
|
||||
#define wordBits (1 << wordRadix)
|
||||
|
||||
typedef uint32_t timestamp_t;
|
||||
|
||||
|
||||
@@ -10,5 +10,3 @@
|
||||
#define wordBits (1 << wordRadix)
|
||||
|
||||
typedef uint64_t timestamp_t;
|
||||
|
||||
|
||||
|
||||
@@ -52,4 +52,3 @@ typedef struct kernel_frame {
|
||||
int armExecuteNever;
|
||||
int userAvailable;
|
||||
} kernel_frame_t;
|
||||
|
||||
|
||||
@@ -13,4 +13,3 @@
|
||||
compile_assert(long_is_32bits, sizeof(unsigned long) == 4)
|
||||
|
||||
#define wordRadix 5
|
||||
|
||||
|
||||
@@ -13,5 +13,3 @@
|
||||
compile_assert(long_is_64bits, sizeof(unsigned long) == 8)
|
||||
|
||||
#define wordRadix 6
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
#include <config.h>
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
@@ -45,4 +44,3 @@ typedef struct kernel_frame {
|
||||
pptr_t pptr;
|
||||
int userAvailable;
|
||||
} kernel_frame_t;
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
|
||||
#define wordRadix 5
|
||||
#define wordBits (1 << wordRadix)
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
|
||||
#define wordRadix 6
|
||||
#define wordBits (1 << wordRadix)
|
||||
|
||||
|
||||
@@ -42,4 +42,3 @@ typedef paddr_t seL4_PAddr;
|
||||
typedef dom_t seL4_Domain;
|
||||
|
||||
typedef uint64_t timestamp_t;
|
||||
|
||||
|
||||
@@ -53,4 +53,3 @@ void _assert_fail(
|
||||
#else
|
||||
#define unverified_compile_assert compile_assert
|
||||
#endif
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ struct extra_caps {
|
||||
cte_ptr_t excaprefs[seL4_MsgMaxExtraCaps];
|
||||
};
|
||||
typedef struct extra_caps extra_caps_t;
|
||||
|
||||
|
||||
@@ -16,4 +16,3 @@
|
||||
#include <object/structures.h>
|
||||
#include <object/tcb.h>
|
||||
#include <object/untyped.h>
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
#define va_end(v) __builtin_va_end(v)
|
||||
#define va_arg(v,l) __builtin_va_arg(v,l)
|
||||
typedef __builtin_va_list va_list;
|
||||
|
||||
|
||||
@@ -11,4 +11,3 @@
|
||||
word_t strnlen(const char *s, word_t maxlen);
|
||||
word_t strlcpy(char *dest, const char *src, word_t size);
|
||||
word_t strlcat(char *dest, const char *src, word_t size);
|
||||
|
||||
|
||||
@@ -8,4 +8,3 @@
|
||||
|
||||
#include <basic_types.h>
|
||||
#include <compound_types.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user