diff options
Diffstat (limited to 'qemu/libcacard/vcardt_internal.h')
-rw-r--r-- | qemu/libcacard/vcardt_internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/libcacard/vcardt_internal.h b/qemu/libcacard/vcardt_internal.h new file mode 100644 index 000000000..e5c8d2dd3 --- /dev/null +++ b/qemu/libcacard/vcardt_internal.h @@ -0,0 +1,6 @@ +#ifndef VCARDT_INTERNAL_H +#define VCARDT_INTERNAL_H + +unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len); + +#endif |