00001 /* 00002 * sangomalid.h 00003 * 00004 * Sangoma PRI Line Interface Device 00005 * 00006 * Copyright (C) 2005 by Post Increment 00007 * 00008 * The contents of this file are subject to the Mozilla Public License 00009 * Version 1.0 (the "License"); you may not use this file except in 00010 * compliance with the License. You may obtain a copy of the License at 00011 * http://www.mozilla.org/MPL/ 00012 * 00013 * Software distributed under the License is distributed on an "AS IS" 00014 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00015 * the License for the specific language governing rights and limitations 00016 * under the License. 00017 * 00018 * The Original Code is Open Phone Abstraction Library 00019 * 00020 * The Initial Developer of the Original Code is Post Increment 00021 * 00022 * Contributor(s): ______________________________________. 00023 * 00024 * $Log: sangomalid.h,v $ 00025 * Revision 1.1 2005/12/06 06:34:10 csoutheren 00026 * Added configure support for Sangoma and empty LID source and header files 00027 * 00028 */ 00029 00030 #ifndef __OPAL_SANGOMALID_H 00031 #define __OPAL_SANGOMALID_H 00032 00033 #ifdef P_USE_PRAGMA 00034 #pragma interface 00035 #endif 00036 00037 #include <opal/buildopts.h> 00038 00039 #ifdef HAS_SANGOMA 00040 00041 #include <ptlib.h> 00042 #include <lids/lid.h> 00043 00044 //#define OPAL_VPB_TYPE_NAME "Sangoma" 00045 //#define OPAL_REGISTER_SANGOMA() OPAL_REGISTER_LID(OpalSangomaDevice, OPAL_SANGOMA_TYPE_NAME) 00046 00047 #else // HAS_SANGOMA 00048 00049 //#define OPAL_REGISTER_SANGOMA() 00050 00051 #endif // HAS_SANGOMA 00052 00053 #endif // __OPAL_SANGOMALID_H 00054 00055