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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme136/] [shmsupp/] [addrconv.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  Shm_Convert_address
2
 *
3
 *  This MVME136 has a "normal" view of the VME address space.
4
 *  No address range conversion is required.
5
 *
6
 *  Input parameters:
7
 *    address - address to convert
8
 *
9
 *  Output parameters:
10
 *    returns - converted address
11
 *
12
 *  COPYRIGHT (c) 1989-1999.
13
 *  On-Line Applications Research Corporation (OAR).
14
 *
15
 *  The license and distribution terms for this file may be
16
 *  found in the file LICENSE in this distribution or at
17
 *  http://www.OARcorp.com/rtems/license.html.
18
 *
19
 *  $Id: addrconv.c,v 1.2 2001-09-27 12:00:14 chris Exp $
20
 */
21
 
22
#include <rtems.h>
23
#include <bsp.h>
24
#include <shm_driver.h>
25
 
26
void *Shm_Convert_address(
27
  void *address
28
)
29
{
30
  return ( address );
31
}

powered by: WebSVN 2.1.0

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