- Timestamp:
- Dec 10, 2010, 8:17:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppStack/src/ppStack.h
r28253 r30015 1 #ifdef HAVE_CONFIG_H 2 #include <config.h> 3 #endif 4 5 #include <stdio.h> 6 #include <pslib.h> 7 #include <psmodules.h> 8 #include <ppStats.h> 9 #include <psphot.h> 10 1 11 #ifndef PPSTACK_H 2 12 #define PPSTACK_H … … 7 17 #include <pslib.h> 8 18 #include <psmodules.h> 9 10 #include "ppStackOptions.h"11 #include "ppStackErrorCodes.h"12 19 13 20 // Mask values for inputs … … 25 32 // List of files 26 33 typedef enum { 34 PPSTACK_FILES_NONE, // NOP list 27 35 PPSTACK_FILES_PREPARE, // Files for preparation 28 36 PPSTACK_FILES_TARGET, // Files for target generation … … 33 41 } ppStackFileList; 34 42 43 #include "ppStackOptions.h" 44 #include "ppStackThread.h" 45 #include "ppStackLoop.h" 46 #include "ppStackErrorCodes.h" 35 47 36 48 // Setup command-line arguments … … 183 195 psExit ppStackExitCode(psExit exitValue); 184 196 197 bool ppStackCleanup(pmConfig *config, ppStackOptions *options) PS_ATTR_NORETURN; 198 185 199 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
