diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2017-11-29 12:32:42 -0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-12-11 15:03:08 -0700 |
commit | d063623b6ae7c326d21a2713dd38cab15d794c1c (patch) | |
tree | 8a02732c824f67f8de41b2813bd31651d0cf81f4 /Documentation/core-api/kernel-api.rst | |
parent | 3abaa5ccd92231fd445b2599f13aca32aa003478 (diff) | |
download | linux-d063623b6ae7c326d21a2713dd38cab15d794c1c.tar.bz2 |
Documentation: add UUID/GUID to kernel-api
Update kernel-doc notation in lib/uuid.c and then add UUID/GUID
function interfaces to kernel-api.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[jc: tweaked the uuid_is_valid() kerneldoc]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/core-api/kernel-api.rst')
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 5d2d5f83579c..e7fadf02c511 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -148,6 +148,12 @@ Sorting .. kernel-doc:: lib/list_sort.c :export: +UUID/GUID +--------- + +.. kernel-doc:: lib/uuid.c + :export: + Memory Management in Linux ========================== |