diff options
Diffstat (limited to 'userspace/ncrypto_internal.h')
-rw-r--r-- | userspace/ncrypto_internal.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/userspace/ncrypto_internal.h b/userspace/ncrypto_internal.h new file mode 100644 index 0000000..29b2d8a --- /dev/null +++ b/userspace/ncrypto_internal.h @@ -0,0 +1,8 @@ +#ifndef NCRYPTO_INTERNAL_H__ +#define NCRYPTO_INTERNAL_H__ + +extern int __ncr_file_descriptor __attribute__((visibility ("hidden"))); + +extern int __ncr_global_init(void) __attribute__((visibility ("hidden"))); + +#endif |