summaryrefslogtreecommitdiff
path: root/include/vpu.h
diff options
context:
space:
mode:
authorEvoke Zhang <evoke.zhang@amlogic.com>2015-05-07 13:28:20 +0800
committerEvoke Zhang <evoke.zhang@amlogic.com>2015-05-07 14:00:48 +0800
commit0c6de474cbc54be4471f1f2f8e0782f0f998e481 (patch)
tree55cac20f4a42d6f3075d5ff24705d4e98521046a /include/vpu.h
parentc7d677434f1ea3b9f3df18efcfa50f50453f3900 (diff)
downloadu-boot-odroid-c1-0c6de474cbc54be4471f1f2f8e0782f0f998e481.tar.gz
vpu: update vpu driver, add vpu command. pxp verified
Change-Id: I6d984c6e58076419d7aaaf1a054b929d46bbfa4d
Diffstat (limited to 'include/vpu.h')
-rw-r--r--include/vpu.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/vpu.h b/include/vpu.h
new file mode 100644
index 0000000000..d053ebe81d
--- /dev/null
+++ b/include/vpu.h
@@ -0,0 +1,7 @@
+#ifndef _VPU_INC_H_
+#define _VPU_INC_H_
+
+extern int vpu_probe(void);
+extern int vpu_remove(void);
+
+#endif