/* | |
* arch/arm/mach-pxa/include/mach/timestamp.h | |
* | |
* PXA timestamp unit | |
* | |
* Oleksandr Krol <akrol@marvell.com> | |
* | |
* This file is licensed under the terms of the GNU General Public | |
* License version 2. This program is licensed "as is" without any | |
* warranty of any kind, whether express or implied. | |
* (c) 2012 | |
* | |
*/ | |
#ifndef _TIMESTAMP_H | |
#define _TIMESTAMP_H | |
void timestamp_enable_cnt(void); | |
void timestamp_disable_cnt(void); | |
#endif /* _TIMESTAMP_H */ |