source: rtems/testsuites/support/include/test_support.h @ aea32337

4.104.115
Last change on this file since aea32337 was aea32337, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 05:33:50

2009-10-26 Ralf Corsépius <ralf.corsepius@…>

  • support/include/test_support.h: Add missing prototypes.
  • Property mode set to 100644
File size: 332 bytes
Line 
1/*
2 *  Support routines for test code.
3 *
4 *  $Id$
5 */
6
7#ifndef __TEST_SUPPORT_h
8#define __TEST_SUPPORT_h
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14extern void Allocate_majority_of_workspace( int smallest );
15extern const char *Get_Too_Long_Name(void);
16extern const char *Get_Longest_Name(void);
17
18#ifdef __cplusplus
19};
20#endif
21
22#endif
Note: See TracBrowser for help on using the repository browser.