diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/trusty/trusty.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/trusty/trusty.h b/include/linux/trusty/trusty.h index 30d4300ba..ce00c1d46 100644 --- a/include/linux/trusty/trusty.h +++ b/include/linux/trusty/trusty.h | |||
| @@ -43,4 +43,14 @@ static inline s64 trusty_fast_call64(struct device *dev, | |||
| 43 | #endif | 43 | #endif |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | struct notifier_block; | ||
| 47 | enum { | ||
| 48 | TRUSTY_CALL_PREPARE, | ||
| 49 | TRUSTY_CALL_RETURNED, | ||
| 50 | }; | ||
| 51 | int trusty_call_notifier_register(struct device *dev, | ||
| 52 | struct notifier_block *n); | ||
| 53 | int trusty_call_notifier_unregister(struct device *dev, | ||
| 54 | struct notifier_block *n); | ||
| 55 | |||
| 46 | #endif | 56 | #endif |
