Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 258 Bytes

Sequence Lock

This module creates a character device /dev/demo_seqlock. The device implements a 128 bit counter that can be read and written.

Building

To build and install this module use make and insmod.

Sample

Simple interaction with the device.