summaryrefslogtreecommitdiff
path: root/kern/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/stdint.h')
-rw-r--r--kern/stdint.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kern/stdint.h b/kern/stdint.h
index d6794c4e..7aac9170 100644
--- a/kern/stdint.h
+++ b/kern/stdint.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010, 2011 Richard Braun.
+ * Copyright (c) 2010-2017 Richard Braun.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -18,6 +18,8 @@
#ifndef _KERN_STDINT_H
#define _KERN_STDINT_H
+typedef unsigned long uintptr_t;
+
typedef signed char int8_t;
typedef unsigned char uint8_t;
typedef signed short int16_t;