netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul
[linux-2.6/mini2440.git] / include / asm-mips / r4k-timer.h
bloba37d12b3b61c0b3c2db45cc6a37f44fc4e6eac52
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
6 * Copyright (C) 2008 by Ralf Baechle (ralf@linux-mips.org)
7 */
8 #ifndef __ASM_R4K_TYPES_H
9 #define __ASM_R4K_TYPES_H
11 #include <linux/compiler.h>
13 #ifdef CONFIG_SYNC_R4K
15 extern void synchronise_count_master(void);
16 extern void synchronise_count_slave(void);
18 #else
20 static inline void synchronise_count_master(void)
24 static inline void synchronise_count_slave(void)
28 #endif
30 #endif /* __ASM_R4K_TYPES_H */