misc/libphysfs/lzma/C/Compress/Branch/BranchARMThumb.h
author unc0rr
Sun, 14 Jan 2018 23:30:42 +0100
branchqmlfrontend
changeset 12897 0088bcccd19a
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix for freebsd

/* BranchARMThumb.h */

#ifndef __BRANCH_ARM_THUMB_H
#define __BRANCH_ARM_THUMB_H

#include "BranchTypes.h"

UInt32 ARMThumb_Convert(Byte *data, UInt32 size, UInt32 nowPos, int encoding);

#endif