Skip to content

Commit

Permalink
Feat: Add kernel supported types
Browse files Browse the repository at this point in the history
  • Loading branch information
benmezger committed Jan 19, 2020
1 parent 5e029a7 commit f8bbe7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions include/kernel/types.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _TYPES_H
#define _TYPES_H
typedef unsigned int uint32_t;
typedef unsigned long uintptr_t;

#define NULL ((void *)0)

#endif

0 comments on commit f8bbe7b

Please sign in to comment.