mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
driver-api/basics.rst: add device table header
The structs there at device table are used by other documentation at the Kernel. So, add it to the driver API. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
686b0d9bb4
commit
d76a085bc8
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ Driver Entry and Exit points
|
|||
.. kernel-doc:: include/linux/init.h
|
||||
:internal:
|
||||
|
||||
Driver device table
|
||||
-------------------
|
||||
|
||||
.. kernel-doc:: include/linux/mod_devicetable.h
|
||||
:internal:
|
||||
|
||||
Atomic and pointer manipulation
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue