]> git.proxmox.com Git - qemu.git/blob - libcacard/vcardt_internal.h
cpu: Introduce CPUState::gdb_num_regs and CPUClass::gdb_num_core_regs
[qemu.git] / libcacard / vcardt_internal.h
1 #ifndef VCARDT_INTERNAL_H
2 #define VCARDT_INTERNAL_H
3
4 unsigned char *vcard_alloc_atr(const char *postfix, int *atr_len);
5
6 #endif