struct Sculldev
{
struct Scullqset *scullqset;
};
struct Scullqset
{
void **data;
struct Scullqset *next;
};
====================================================================================================
RCS file: ./scull.c,v
Working file: ./scull.c
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3; selected revisions: 3
description:
Started the scullset and scullqset for drivers.
—————————-
revision 1.3
date: 2014/07/20 11:16:22; author: utkarsh; state: Exp; lines: +11 -3
With an option of writing in the file, and read hundred characters from the pre-created file.
Stored the characters into the structures scullqset.
—————————-
revision 1.2
date: 2014/07/18 19:52:25; author: utkarsh; state: Exp; lines: +100 -8
Implemented the required structure. And used the void **data.
—————————-
revision 1.1
date: 2014/07/18 09:33:35; author: utkarsh; state: Exp;
Initial revision
=============================================================================