17 lines
483 B
C
17 lines
483 B
C
|
/*
|
||
|
* Copyright (C) 2015 Imagination Technologies
|
||
|
* Author: Alex Smith <alex.smith@imgtec.com>
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify it
|
||
|
* under the terms of the GNU General Public License as published by the
|
||
|
* Free Software Foundation; either version 2 of the License, or (at your
|
||
|
* option) any later version.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_CLOCKSOURCE_H
|
||
|
#define __ASM_CLOCKSOURCE_H
|
||
|
|
||
|
#include <asm/vdso/clocksource.h>
|
||
|
|
||
|
#endif /* __ASM_CLOCKSOURCE_H */
|