doc: add device_ namespace to the naming code conventions
Change-Id: I3404a675a965ed196721f3cf825780c607ed2d40 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
2c1a95aee6
commit
a740cd96a9
1 changed files with 4 additions and 1 deletions
|
@ -28,6 +28,9 @@ to the Namespace`_ for details.
|
||||||
+-------------------+---------------------------------------------------------+
|
+-------------------+---------------------------------------------------------+
|
||||||
| atomic\_ | Denotes an atomic operation (e.g. atomic_inc). |
|
| atomic\_ | Denotes an atomic operation (e.g. atomic_inc). |
|
||||||
+-------------------+---------------------------------------------------------+
|
+-------------------+---------------------------------------------------------+
|
||||||
|
| device\_ | Denotes an API relating to devices and their |
|
||||||
|
| | initialization |
|
||||||
|
+-------------------+---------------------------------------------------------+
|
||||||
| fiber\_ | Denotes an operation invoked by a fiber; typically a |
|
| fiber\_ | Denotes an operation invoked by a fiber; typically a |
|
||||||
| | microkernel operation (e.g. fiber_event_send). |
|
| | microkernel operation (e.g. fiber_event_send). |
|
||||||
+-------------------+---------------------------------------------------------+
|
+-------------------+---------------------------------------------------------+
|
||||||
|
@ -113,4 +116,4 @@ and :option:`-Iinclude` for your compile, then any code using
|
||||||
#include <drivers/pci.h>
|
#include <drivers/pci.h>
|
||||||
|
|
||||||
is not. Not having :option:`-Iinclude/drivers` forces users to use the second
|
is not. Not having :option:`-Iinclude/drivers` forces users to use the second
|
||||||
form which is more explicit.
|
form which is more explicit.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue