OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [armnommu/] [drivers/] [char/] [serial6850.c] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1622 jcastillo
/*
2
 * Dummy serial functions
3
 *
4
 * Copyright (C) 1995, 1996 Russell King
5
 */
6
 
7
#include <linux/errno.h>
8
#include <linux/sched.h>
9
#include <linux/serial.h>
10
 
11
int rs_init (void)
12
{
13
    return 0;
14
}
15
 
16
int register_serial (struct serial_struct *dev)
17
{
18
    return -1;
19
}
20
 
21
void unregister_serial (int line)
22
{
23
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.