Search
lxdream.org :: lxdream/src/drivers/cdrom/cd_none.c
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/cdrom/cd_none.c
changeset 1097:d4807997e450
prev736:a02d1475ccfd
author nkeynes
date Fri May 29 18:47:05 2015 +1000 (8 years ago)
permissions -rw-r--r--
last change Fix test case
view annotate diff log raw
     1 /**
     2  * $Id$
     3  *
     4  * The "null" cdrom device driver. Just provides a couple of empty stubs.
     5  *
     6  * Copyright (c) 2005 Nathan Keynes.
     7  *
     8  * This program is free software; you can redistribute it and/or modify
     9  * it under the terms of the GNU General Public License as published by
    10  * the Free Software Foundation; either version 2 of the License, or
    11  * (at your option) any later version.
    12  *
    13  * This program is distributed in the hope that it will be useful,
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  * GNU General Public License for more details.
    17  */
    19 #include "drivers/cdrom/cdimpl.h"
    21 void cdrom_drive_scan(void )
    22 {
    23 }
.