RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / v850 / kernel / mach.c
blobb9db278d2b715583c17c83ed79b609c9dcc5bc65
1 /*
2 * arch/v850/kernel/mach.c -- Defaults for some things defined by "mach.h"
4 * Copyright (C) 2001 NEC Corporation
5 * Copyright (C) 2001 Miles Bader <miles@gnu.org>
7 * This file is subject to the terms and conditions of the GNU General
8 * Public License. See the file COPYING in the main directory of this
9 * archive for more details.
11 * Written by Miles Bader <miles@gnu.org>
14 #include "mach.h"
16 /* Called with each timer tick, if non-zero. */
17 void (*mach_tick)(void) = 0;