summaryrefslogtreecommitdiffstats
path: root/arch/mips/acn/reset.c
blob: 149fedd9de279de715583d9dc803167401e1e700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  linux/arch/mips/sni/process.c
 *
 *  Reset the ACN board.
 */
#include <asm/io.h>
#include <asm/system.h>

void
acn_hard_reset_now(void)
{
}