/* * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #define CFG_CMD_REGTEST 0x00000001 #define CFG_CMD_MACTEST 0x00000002 #define CFG_CMD_VIDEOTEST 0x00000004 #define CFG_CMD_HACTEST 0x00000008 #define CFG_CMD_MICTEST 0x00000010 #define CFG_CMD_OSDTEST 0x00000020 #define CFG_CMD_2DTEST 0x00000040 #define CFG_CMD_HWCTEST 0x00000080 #define FLAG_REGTEST_FAIL 0x00000001 #define FLAG_MACTEST_FAIL 0x00000002 #define FLAG_VIDEOTEST_FAIL 0x00000004 #define FLAG_HACTEST_FAIL 0x00000008 #define FLAG_MICTEST_FAIL 0x00000010 #define FLAG_OSDTEST_FAIL 0x00000020 #define FLAG_2DTEST_FAIL 0x00000040 #define FLAG_HWCTEST_FAIL 0x00000080