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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [itron/] [src/] [network.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
2
 *  COPYRIGHT (c) 1989-1999.
3
 *  On-Line Applications Research Corporation (OAR).
4
 *
5
 *  The license and distribution terms for this file may be
6
 *  found in the file LICENSE in this distribution or at
7
 *  http://www.OARcorp.com/rtems/license.html.
8
 *
9
 *  network.c,v 1.3 2001/01/24 14:15:04 joel Exp
10
 */
11
 
12
#if HAVE_CONFIG_H
13
#include "config.h"
14
#endif
15
 
16
#include <itron.h>
17
 
18
#include <rtems/itron/network.h>
19
 
20
/*
21
 *  nrea_dat - Read Data from another Node
22
 */
23
 
24
ER nrea_dat(
25
  INT *p_reasz,
26
  VP   dstadr,
27
  NODE srcnode,
28
  VP   srcadr,
29
  INT  datsz
30
)
31
{
32
  return E_OK;
33
}
34
 
35
/*
36
 *  nwri_dat - Write Data to another Node
37
 */
38
 
39
ER nwri_dat(
40
  INT  *p_wrisz,
41
  NODE  dstnode,
42
  VP    dstadr,
43
  VP    srcadr,
44
  INT   datsz
45
)
46
{
47
  return E_OK;
48
}
49
 
50
/*
51
 *  nget_nod - Get Local Node Number
52
 */
53
 
54
ER nget_nod(
55
  NODE *p_node
56
)
57
{
58
  return E_OK;
59
}
60
 
61
/*
62
 *  nget_ver - Get Version Information of another Node
63
 */
64
 
65
ER nget_ver(
66
  T_VER *pk_ver,
67
  NODE   node
68
)
69
{
70
  return E_OK;
71
}
72
 

powered by: WebSVN 2.1.0

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