dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/cris/include/asm/bugs.h

22 lines
300 B
C

/* $Id: bugs.h,v 1.2 2001/01/17 17:03:18 bjornw Exp $
*
* include/asm-cris/bugs.h
*
* Copyright (C) 2001 Axis Communications AB
*/
/*
* This is included by init/main.c to check for architecture-dependent bugs.
*
* Needs:
* void check_bugs(void);
*/
static void check_bugs(void)
{
}