time.h (7483d45f0aee3afc0646d185cabd4af9f6cab58c) | time.h (bd0493eaaf5c7a1ea00786d46cc2f4af44e76f28) |
---|---|
1/* 2 * arch/arm/include/asm/mach/time.h 3 * 4 * Copyright (C) 2004 MontaVista Software, Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 28 unchanged lines hidden (view full) --- 37 void (*resume)(void); 38#ifdef CONFIG_ARCH_USES_GETTIMEOFFSET 39 unsigned long (*offset)(void); 40#endif 41}; 42 43extern void timer_tick(void); 44 | 1/* 2 * arch/arm/include/asm/mach/time.h 3 * 4 * Copyright (C) 2004 MontaVista Software, Inc. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * published by the Free Software Foundation. --- 28 unchanged lines hidden (view full) --- 37 void (*resume)(void); 38#ifdef CONFIG_ARCH_USES_GETTIMEOFFSET 39 unsigned long (*offset)(void); 40#endif 41}; 42 43extern void timer_tick(void); 44 |
45struct timespec; 46typedef void (*clock_access_fn)(struct timespec *); 47extern int register_persistent_clock(clock_access_fn read_boot, 48 clock_access_fn read_persistent); 49 |
|
45#endif | 50#endif |