aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'target.h')
-rw-r--r--target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target.h b/target.h
index ebd8f1b1..8f39abb8 100644
--- a/target.h
+++ b/target.h
@@ -71,6 +71,7 @@ struct target {
const struct target *target_64bit;
void (*init)(const struct target *self);
+ void (*predefine)(const struct target *self);
};
extern const struct target target_default;