summaryrefslogtreecommitdiff
path: root/kernel/include/types.h
blob: 8ce85c87b218880ad57ff56914609c4fc746732c (plain)
1
2
3
4
5
6
7
8
9
#ifndef TYPES_H
#define TYPES_H

#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include <stdarg.h>

#endif