Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1701

/kernel/trunk/generic/src/ddi/ddi.c
25,20 → 25,9
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @defgroup ddi Device Driver Interface
* @ingroup kernel
* @{
* @}
*/
 
/** @addtogroup genericddi generic
* @ingroup ddi
* @{
*/
/**
* @file
* @file ddi.c
* @brief Device Driver Interface functions.
*
* This file contains functions that comprise the Device Driver Interface.
209,7 → 198,3
preemption_disable();
return 0;
}
 
/** @}
*/