Add missing includes to <sortix/kernel/decl.h>.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-10-27 01:59:33 +02:00
parent 0d3e35bd82
commit 2110ce2651
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@
#ifndef SORTIX_DECL_H
#define SORTIX_DECL_H
#include <stdint.h>
typedef uintptr_t addr_t;
#define likely(x) __builtin_expect((x),1)