12 lines
309 B
C
12 lines
309 B
C
/* Capstone Disassembly Engine */
|
|
/* By Rot127 <unisono@quyllur.org>, 2025 */
|
|
|
|
#ifndef CS_SPARC_DISASSEMBLER_EXTENSION_H
|
|
#define CS_SPARC_DISASSEMBLER_EXTENSION_H
|
|
|
|
#include <capstone/capstone.h>
|
|
|
|
bool Sparc_getFeatureBits(unsigned int mode, unsigned int feature);
|
|
|
|
#endif // CS_SPARC_DISASSEMBLER_EXTENSION_H
|