diff options
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/mpscawl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mps/code/mpscawl.h b/mps/code/mpscawl.h index 0b5bc790acf..f413c03c5e6 100644 --- a/mps/code/mpscawl.h +++ b/mps/code/mpscawl.h | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | 11 | ||
| 12 | extern mps_class_t mps_class_awl(void); | 12 | extern mps_class_t mps_class_awl(void); |
| 13 | 13 | ||
| 14 | typedef mps_addr_t (*mps_awl_find_dependent_t)(mps_addr_t addr); | ||
| 15 | |||
| 14 | #endif /* mpscawl_h */ | 16 | #endif /* mpscawl_h */ |
| 15 | 17 | ||
| 16 | 18 | ||