blob: 6fb0856b94057cc62ac81b63adb85b9284800062 [file] [log] [blame]
Gregory CLEMENT6fe9cbd2012-06-13 18:58:09 +02001/*
2 * Marvell Armada 370/XP SoC timer handling.
3 *
4 * Copyright (C) 2012 Marvell
5 *
6 * Lior Amsalem <alior@marvell.com>
7 * Gregory CLEMENT <gregory.clement@free-electrons.com>
8 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 *
10 */
11#ifndef __TIME_ARMADA_370_XPPRCMU_H
12#define __TIME_ARMADA_370_XPPRCMU_H
13
Stephen Boydfaef31b2013-02-21 15:04:08 -080014void armada_370_xp_timer_init(void);
Gregory CLEMENT6fe9cbd2012-06-13 18:58:09 +020015
16#endif