]> Git Repo - linux.git/blob - arch/v850/kernel/mach.c
[IPV6]: Defer IPv6 device initialization until the link becomes ready.
[linux.git] / arch / v850 / kernel / mach.c
1 /*
2  * arch/v850/kernel/mach.c -- Defaults for some things defined by "mach.h"
3  *
4  *  Copyright (C) 2001  NEC Corporation
5  *  Copyright (C) 2001  Miles Bader <[email protected]>
6  *
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.
10  *
11  * Written by Miles Bader <[email protected]>
12  */
13
14 #include "mach.h"
15
16 /* Called with each timer tick, if non-zero.  */
17 void (*mach_tick)(void) = 0;
This page took 0.038927 seconds and 4 git commands to generate.