Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.9-rc7 18 lines 391 B view raw
1/* 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 14#include <linux/init.h> 15 16void __init armada_370_xp_timer_init(void); 17 18#endif