Superceded by that platformi interface.

This commit is contained in:
Jeffrey Townsend
2019-01-13 19:36:34 +00:00
parent 827b286549
commit 03b7bdc79b

View File

@@ -1,18 +0,0 @@
/**************************************************************************//**
*
*
*
*
*****************************************************************************/
#ifndef __ONLP_DEBUGI_H__
#define __ONLP_DEBUGI_H__
#include <onlp/debug.h>
/**
* @brief Generic debug tool entry point.
* @note This does not hold the API lock.
*/
int onlp_debugi(aim_pvs_t* pvs, int argc, char* argv[]);
#endif /* __ONLP_DEBUGI_H__ */