/* snf_match.h ** ** (C) Copyright 2006 ARM Research Labs, LLC. ** ** 20060121_M ** ** The Engine provides detailed match results using this structure. */ #ifndef _ARM_snf_match #define _ARM_snf_match struct snf_match { char flag; int symbol; int ruleid; int index; int endex; }; #endif