Implemented the insertion and registration of basic device driver.
Log file for initialization:
head 1.2;
access;
symbols;
locks
root:1.2; strict;
comment @ * @;
1.2
date 2014.01.04.16.35.51; author root; state Exp;
branches;
next 1.1;
1.1
date 2014.01.04.16.04.11; author root; state Exp;
branches;
next ;
desc
@This file contains source code for initialization of drivers while we insert our driver to kernel.
@
1.2
log
@The error are removed for initialisation file and the registration of simple driver is implemented.
@
Log file for clean_up:
head 1.2;
access;
symbols;
locks
root:1.2; strict;
comment @ * @;
1.2
date 2014.01.04.16.37.11; author root; state Exp;
branches;
next 1.1;
1.1
date 2014.01.04.16.06.00; author root; state Exp;
branches;
next ;
desc
@This file contains source code for cleanup of drivers while we insert our driver to kernel.
@
1.2
log
@The error are removed for exit file and the registration of simple driver is implemented.
@