source: rtems/c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/addrconv.c @ 5626be2

4.104.114.84.95
Last change on this file since 5626be2 was 5626be2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:51:16

2003-09-04 Joel Sherrill <joel@…>

  • include/bsp.h, shmsupp/addrconv.c, shmsupp/cause_intr.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c, startup/setvec.c, tools/print_dump.c, tty/tty.c: URL for license changed.
  • Property mode set to 100644
File size: 569 bytes
RevLine 
[ac7d5ef0]1/*  Shm_Convert_address
2 *
3 *  No address range conversion is required.
4 *
5 *  Input parameters:
6 *    address - address to convert
7 *
8 *  Output parameters:
9 *    returns - converted address
10 *
[08311cc3]11 *  COPYRIGHT (c) 1989-1999.
[ac7d5ef0]12 *  On-Line Applications Research Corporation (OAR).
13 *
[98e4ebf5]14 *  The license and distribution terms for this file may be
15 *  found in the file LICENSE in this distribution or at
[5626be2]16 *  http://www.rtems.com/license/LICENSE.
[ac7d5ef0]17 *
18 *  $Id$
19 */
20
21#include <bsp.h>
[d960823]22#include <shm_driver.h>
[ac7d5ef0]23
24void *Shm_Convert_address(
25  void *address
26)
27{
28  return ( address );
29}
Note: See TracBrowser for help on using the repository browser.