ppc440: Rename parent field of PPC460EXPCIEState to match code style
[qemu/ar7.git] / include / crypto / sm4.h
blob9bd3ebc62e850669d8558fa963ea7960a3d1e104
1 #ifndef QEMU_SM4_H
2 #define QEMU_SM4_H
4 extern const uint8_t sm4_sbox[256];
6 #endif