summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/types.h
blob: c994308c2ea6c791ae83c42d9fdb383dbff7eec2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __KERNEL_TYPES_H
#define __KNERLE_TYPES_H

#include <stdint.h>

typedef uint64_t 	tid_t;
struct task_t;

typedef uint64_t	cpuid_t;
struct cpu_t;

#endif
OpenPOWER on IntegriCloud