summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/types.h
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-02 17:45:11 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-02 17:45:11 -0500
commit2cc0de1f136026f13ca6de363d9e57831c6ba10b (patch)
tree5653bf1244af8c97e63745536bf5ca887d06ea36 /src/include/kernel/types.h
parent5235cd52014205f358f1a295c5228091e1847efb (diff)
downloadtalos-hostboot-2cc0de1f136026f13ca6de363d9e57831c6ba10b.tar.gz
talos-hostboot-2cc0de1f136026f13ca6de363d9e57831c6ba10b.zip
Initial cpu / task structs.
Diffstat (limited to 'src/include/kernel/types.h')
-rw-r--r--src/include/kernel/types.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/kernel/types.h b/src/include/kernel/types.h
new file mode 100644
index 000000000..c994308c2
--- /dev/null
+++ b/src/include/kernel/types.h
@@ -0,0 +1,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