isdn4k-utils/capifax/contr.h
1998-10-23 12:27:55 +00:00

22 lines
514 B
C

#ifndef _contr_h_
#define _contr_h_
/*
* GetNumController: Returns the number of controllers detected by CAPI
*/
unsigned GetNumController (void);
/*
* GetNumOfSupportedBChannels: Returns the number of supported B-channels
* for the specified controller
*/
unsigned GetNumOfSupportedBChannels (long Controller);
/*
* GetFreeController: Returns the number of the first controller that has
* one free B-channel, or INVAL_CONTROLLER if none found.
*/
long GetFreeController (void);
#endif /* _contr_h_ */