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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [cpukit/] [score/] [macros/] [rtems/] [score/] [wkspace.inl] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*  wkspace.inl
2
 *
3
 *  This file contains the macro implementation of the inlined routines
4
 *  from the RAM Workspace Handler.
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
 *  wkspace.inl,v 1.11 1999/11/17 17:50:38 joel Exp
14
 */
15
 
16
#ifndef __WORKSPACE_inl
17
#define __WORKSPACE_inl
18
 
19
/*PAGE
20
 *
21
 *  _Workspace_Allocate
22
 *
23
 */
24
 
25
#define _Workspace_Allocate( _size ) \
26
   _Heap_Allocate( &_Workspace_Area, (_size) )
27
 
28
/*PAGE
29
 *
30
 *  _Workspace_Free
31
 *
32
 */
33
 
34
#define _Workspace_Free( _block ) \
35
   _Heap_Free( &_Workspace_Area, (_block) )
36
 
37
#endif
38
/* end of include file */

powered by: WebSVN 2.1.0

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