diff options
Diffstat (limited to 'src/soc/imgtec/danube/timestamp.c')
-rw-r--r-- | src/soc/imgtec/danube/timestamp.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/soc/imgtec/danube/timestamp.c b/src/soc/imgtec/danube/timestamp.c new file mode 100644 index 0000000000..f0dc5ad9cb --- /dev/null +++ b/src/soc/imgtec/danube/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; +} |