summaryrefslogtreecommitdiff
path: root/src/soc/imgtec/pistachio/timestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/imgtec/pistachio/timestamp.c')
-rw-r--r--src/soc/imgtec/pistachio/timestamp.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/soc/imgtec/pistachio/timestamp.c b/src/soc/imgtec/pistachio/timestamp.c
new file mode 100644
index 0000000000..f0dc5ad9cb
--- /dev/null
+++ b/src/soc/imgtec/pistachio/timestamp.c
@@ -0,0 +1,19 @@
+/*
+ * Copyright (C) 2014 Google, Inc.
+ *
+ * This software is licensed under the terms of the GNU General Public
+ * License version 2, as published by the Free Software Foundation, and
+ * may be copied, distributed, and modified under those terms.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+#include <timestamp.h>
+
+uint64_t timestamp_get(void)
+{
+ return 0;
+}