URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [isdn/] [sc/] [includes.h] - Rev 1774
Go to most recent revision | Compare with Previous | Blame | View Log
/* * This software may be used and distributed according to the terms * of the GNU General Public License, incorporated herein by reference. * */ #include <linux/version.h> #include <linux/errno.h> #include <asm/segment.h> #include <asm/io.h> #include <linux/delay.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/mm.h> #include <linux/ioport.h> #include <linux/timer.h> #include <linux/wait.h> #include <linux/isdnif.h> #include "debug.h"
Go to most recent revision | Compare with Previous | Blame | View Log