Commit 9ab6f322 authored by Deepak Saxena's avatar Deepak Saxena

[ARM] Add include/asm-arm/mach/time.h for shared timer definitions

Signed-off-by: default avatarDeepak Saxena <dsaxena@plexity.net>
parent 237b1524
/*
* linux/include/asm-arm/mach/time.h
*
* Copyright (C) 2004 MontaVista Software, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef __ASM_ARM_MACH_TIME_H
#define __ASM_ARM_MACH_TIME_H
extern void (*init_arch_time)(void);
void do_set_rtc(void);
void do_profile(struct pt_regs *);
void do_leds(void);
extern int (*set_rtc)(void);
extern unsigned long(*gettimeoffset)(void);
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment