~ubuntu-branches/ubuntu/precise/ghc/precise

« back to all changes in this revision

Viewing changes to includes/rts/Utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2011-01-17 12:49:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110117124924-do1pym1jlf5o636m
Tags: upstream-7.0.1
ImportĀ upstreamĀ versionĀ 7.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -----------------------------------------------------------------------------
 
2
 *
 
3
 * (c) The GHC Team, 1998-2009
 
4
 *
 
5
 * RTS external APIs.  This file declares everything that the GHC RTS
 
6
 * exposes externally.
 
7
 *
 
8
 * To understand the structure of the RTS headers, see the wiki:
 
9
 *   http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes
 
10
 *
 
11
 * ---------------------------------------------------------------------------*/
 
12
 
 
13
#ifndef RTS_UTILS_H
 
14
#define RTS_UTILS_H
 
15
 
 
16
// Used in GHC (basicTypes/Unique.lhs, and Data.Unique in the base
 
17
// package.
 
18
HsInt genSymZh(void);
 
19
HsInt resetGenSymZh(void);
 
20
 
 
21
#endif /* RTS_UTILS_H */