Skip to content

Instantly share code, notes, and snippets.

@Tusenka
Tusenka / gkos_char_device.c
Created September 20, 2023 07:47 — forked from dhilst/gkos_char_device.c
Device Driver Hello World
/*
* file: gkos_char_device.c
*
* Desc: A simple device that
* echos a message when read,
* write method not implemented
*
* This was made on top of
* LDD and LKMPG examples
*