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

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

#endif