#ifndef CMDPROC_H #define CMDPROC_H void cmdProc(void); void nbpCmdProc(void); void CallCompletionRoutine(void *); #endif