• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

sst/elements/genericProc/FE/ppcFrontEnd/environ.h

00001 // Copyright 2007 Sandia Corporation. Under the terms
00002 // of Contract DE-AC04-94AL85000 with Sandia Corporation, the U.S.
00003 // Government retains certain rights in this software.
00004 // 
00005 // Copyright (c) 2007, Sandia Corporation
00006 // All rights reserved.
00007 // 
00008 // This file is part of the SST software package. For license
00009 // information, see the LICENSE file in the top level directory of the
00010 // distribution.
00011 
00012 
00013 
00014 #ifndef ENVIRON_H
00015 #define ENVIRON_H
00016 
00017 #include <string>
00018 #include <global.h>
00019 #include <memory.h>
00020 #include <processor.h>
00021 using namespace std;
00022 
00023 extern int environInit(string cfgStr, processor *proc,
00024                                 simAddress addr, int len );
00025 #define ENVIRON_SIZE           (0x1000>>1)
00026 #define ENVIRON_ARG_STR_OFFSET (0x0200>>1)
00027 #define ENVIRON_ARG_STR_SIZE   (0x0700>>1)
00028 #define ENVIRON_ENV_STR_OFFSET (0x0900>>1)
00029 #define ENVIRON_ENV_STR_SIZE   (0x0700>>1)
00030 
00031 #define MIN_STACK_SIZE         (0x1000>>1)
00032 
00033 #endif

Generated on Fri Oct 22 2010 11:02:21 for SST by  doxygen 1.7.1