glibc/sysdeps/standalone/standalone.h

32 lines
1.1 KiB
C
Raw Normal View History

2004-09-14 06:24:52 +02:00
/* Copyright (C) 1994, 1997, 2004 Free Software Foundation, Inc.
1994-08-26 08:15:17 +02:00
Contributed by Joel Sherrill (jsherril@redstone-emh2.army.mil),
On-Line Applications Research Corporation.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
2001-07-06 06:56:23 +02:00
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
The GNU C Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2001-07-06 06:56:23 +02:00
Lesser General Public License for more details.
2001-07-06 06:56:23 +02:00
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; if not, write to the Free
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
1994-08-26 08:15:17 +02:00
#ifndef _STANDALONE_H
#define _STANDALONE_H
#include <sys/cdefs.h>
2004-09-14 06:24:52 +02:00
extern void _Board_Initialize (void);
1994-08-26 08:15:17 +02:00
2004-09-14 06:24:52 +02:00
extern int _Console_Putc (char c);
extern int _Console_Getc (int poll);
1994-08-26 08:15:17 +02:00
#endif