summaryrefslogtreecommitdiffstats
path: root/userspace/ncrypto_internal.h
blob: 29b2d8a8eddf4a0f7d5a6695901062415a27b480 (plain)
1
2
3
4
5
6
7
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