| 41 |
* In the meanwhile... |
* In the meanwhile... |
| 42 |
*/ |
*/ |
| 43 |
|
|
| 44 |
#ifndef __PARPEND_H_SEEN__ |
#ifndef ASC_PARPEND_H |
| 45 |
#define __PARPEND_H_SEEN__ |
#define ASC_PARPEND_H |
| 46 |
|
|
| 47 |
|
/** addtogroup compiler Compiler |
| 48 |
|
@{ |
| 49 |
|
*/ |
| 50 |
|
|
| 51 |
enum ppstatus { |
enum ppstatus { |
| 52 |
pp_ERR =0, |
pp_ERR =0, |
| 88 |
/** Write the pool report to ASCERR for the ppe pool. */ |
/** Write the pool report to ASCERR for the ppe pool. */ |
| 89 |
extern void ppe_report_pool(void); |
extern void ppe_report_pool(void); |
| 90 |
|
|
| 91 |
#endif /* __PARPEND_H_SEEN__ */ |
/* @} */ |
| 92 |
|
|
| 93 |
|
#endif /* ASC_PARPEND_H */ |
| 94 |
|
|