This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-26 19:32:06 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5b27f11b97
serenity
/
Kernel
/
CharacterDevice.cpp
6 lines
77 B
C++
Raw
Normal View
History
Unescape
Escape
Kernel: Add Device base class for CharacterDevice. ..to prepare for adding a BlockDevice class.
2019-02-16 00:47:20 +01:00
#
include
<Kernel/CharacterDevice.h>
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
2018-11-16 13:11:21 +01:00
Kernel: Add Device base class for CharacterDevice. ..to prepare for adding a BlockDevice class.
2019-02-16 00:47:20 +01:00
CharacterDevice
:
:
~
CharacterDevice
(
)
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
2018-11-16 13:11:21 +01:00
{
}
Reference in a new issue
Copy permalink