Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/xtkbd/main.c

    rc072a29 rb2010e2  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 
    2928/** @addtogroup drvkbd
    3029 * @{
     
    6160/** Initialize global driver structures (NONE).
    6261 *
    63  * Driver debug level is set here.
    64  *
    6562 * @param[in] argc Nmber of arguments in argv vector (ignored).
    6663 * @param[in] argv Cmdline argument vector (ignored).
    67  *
    6864 * @return Error code.
    6965 *
     66 * Driver debug level is set here.
    7067 */
    7168int main(int argc, char *argv[])
     
    7976 *
    8077 * @param[in] device DDF instance of the device to initialize.
    81  *
    8278 * @return Error code.
    83  *
    8479 */
    8580static int xt_kbd_add(ddf_dev_t *device)
     
    107102        return EOK;
    108103}
    109 
    110104/**
    111105 * @}
Note: See TracChangeset for help on using the changeset viewer.