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] - Diff between revs 1765 and 1782

Only display areas with differences | Details | Blame | View Log

Rev 1765 Rev 1782
/*
/*
 * Dummy serial functions
 * Dummy serial functions
 *
 *
 * Copyright (C) 1995, 1996 Russell King
 * Copyright (C) 1995, 1996 Russell King
 */
 */
 
 
#include <linux/errno.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/serial.h>
#include <linux/serial.h>
 
 
int rs_init (void)
int rs_init (void)
{
{
    return 0;
    return 0;
}
}
 
 
int register_serial (struct serial_struct *dev)
int register_serial (struct serial_struct *dev)
{
{
    return -1;
    return -1;
}
}
 
 
void unregister_serial (int line)
void unregister_serial (int line)
{
{
}
}
 
 

powered by: WebSVN 2.1.0

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