diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/README.md b/sal/README.md index 324c64fa4a78..deaf7b4c0417 100644 --- a/sal/README.md +++ b/sal/README.md @@ -1,9 +1,11 @@ +# System Abstraction Layer (SAL) + System abstraction layer; rtl, osl and sal -rtl: +`rtl`: Platform independent strings -osl: +`osl`: platform specific stuff, threads, dynamic loading, process, ipc, etc Exports only C API and some inline-methods (only C++ API). |