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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [exec/] [rtems/] [include/] [rtems/] [rtems/] [mp.h] - Blame information for rev 219

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*  mp.h
2
 *
3
 *  This include file contains all the constants and structures associated
4
 *  with the Multiprocessing Manager.
5
 *
6
 *  COPYRIGHT (c) 1989-1999.
7
 *  On-Line Applications Research Corporation (OAR).
8
 *
9
 *  The license and distribution terms for this file may be
10
 *  found in the file LICENSE in this distribution or at
11
 *  http://www.OARcorp.com/rtems/license.html.
12
 *
13
 *  $Id: mp.h,v 1.2 2001-09-27 11:59:18 chris Exp $
14
 */
15
 
16
#ifndef __RTEMS_MP_h
17
#define __RTEMS_MP_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
/*
24
 *
25
 *  _Multiprocessing_Manager_initialization
26
 *
27
 *  DESCRIPTION:
28
 *
29
 *  This routine performs the initialization necessary for this manager.
30
 */
31
 
32
void _Multiprocessing_Manager_initialization ( void );
33
 
34
/*
35
 *
36
 *  rtems_multiprocessing_announce
37
 *
38
 *  DESCRIPTION:
39
 *
40
 *  This routine implements the MULTIPROCESSING_ANNOUNCE directive.
41
 *  It is invoked by the MPCI layer to indicate that an MPCI packet
42
 *  has been received.
43
 */
44
 
45
void rtems_multiprocessing_announce ( void );
46
 
47
#ifdef __cplusplus
48
}
49
#endif
50
 
51
#endif
52
/*  end of include file */

powered by: WebSVN 2.1.0

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