www.pudn.com > jtagsrc.rar > tool.h


/* 
 * tool.h : the head file for tool.c 
 *  
 * Copyright (C) 2004, OPEN-JTAG, All rights reserved. 
 */ 
 
#ifndef XJTAG_TOOL_H 
#define XJTAG_TOOL_H 
 
#include "types.h" 
 
extern void tool_reverse_bit_order(int bit_len, const u32* input, u32 *output); 
 
 
#endif 
/* end of tool.h */