mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Add generic mutex example to README.md (#79)
This commit is contained in:
parent
4ef44158c0
commit
655efb4d71
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ zero). Work-in-progress APIs can change at any time.
|
|||
* [Functions](/include/kernaux/asm/)
|
||||
* Generic types
|
||||
* [Mutex](/include/kernaux/generic/mutex.h) (*non-breaking since* **?.?.?**)
|
||||
* [Example](/examples/generic_mutex.c)
|
||||
* Device drivers (for debugging only)
|
||||
* [Serial console](/include/kernaux/console.h) (*work in progress*)
|
||||
* [Framebuffer](/include/kernaux/framebuffer.h) (*planned*)
|
||||
|
|
Loading…
Add table
Reference in a new issue