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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libc/] [libcsupport.h] - Blame information for rev 227

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

Line No. Rev Author Line
1 30 unneback
/*  libcsupport.h
2
 *
3
 *  This include file contains the information regarding the
4
 *  RTEMS specific support for the standard C library.
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: libcsupport.h,v 1.2 2001-09-27 12:01:15 chris Exp $
14
 */
15
 
16
#ifndef __LIBC_SUPPORT_h
17
#define __LIBC_SUPPORT_h
18
 
19
#ifdef __cplusplus
20
extern "C" {
21
#endif
22
 
23
#include <sys/types.h>
24
 
25
void RTEMS_Malloc_Initialize(
26
  void   *start,
27
  size_t  length,
28
  size_t  sbrk_amount
29
);
30
 
31
extern void malloc_dump(void);
32
extern void malloc_walk(size_t source, size_t printf_enabled);
33
extern void libc_init(int reentrant);
34
extern int  host_errno(void);
35
extern void fix_syscall_errno(void);
36
 
37
#ifdef __cplusplus
38
}
39
#endif
40
 
41
#endif
42
/* end of include file */

powered by: WebSVN 2.1.0

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