Software Requirement Specification Document
[Design Document](./Design Document.pdf)
[Device Driver Results](./Device Driver Results.pdf)
The Github Repo consists of the following files:
Makefile
: to load the file into kernel devices.iitpipe.c
: this is the device file the loadswrite.c
: code to write in to the device.read.c
: code to read from the device.ioctl.c
: code to control the delay in device read writequeue.h
: This is the header file to maintain the Buffer as queue data structure