Documentation/iostats.txt: bit-size reference etc.
[linux-2.6/next.git] / arch / arm / mach-cns3xxx / include / mach / system.h
blob58bb03ae3cf43fcbf2c7191ec12099eaddcc19f9
1 /*
2 * Copyright 2000 Deep Blue Solutions Ltd
3 * Copyright 2003 ARM Limited
4 * Copyright 2008 Cavium Networks
6 * This file 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.
9 */
11 #ifndef __MACH_SYSTEM_H
12 #define __MACH_SYSTEM_H
14 #include <linux/io.h>
15 #include <asm/proc-fns.h>
16 #include <mach/hardware.h>
18 static inline void arch_idle(void)
21 * This should do all the clock switching
22 * and wait for interrupt tricks
24 cpu_do_idle();
27 void arch_reset(char mode, const char *cmd);
29 #endif