diff options
Diffstat (limited to 'sal/README')
-rw-r--r-- | sal/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sal/README b/sal/README new file mode 100644 index 000000000..324c64fa4 --- /dev/null +++ b/sal/README @@ -0,0 +1,9 @@ +System abstraction layer; rtl, osl and sal + +rtl: +Platform independent strings + +osl: +platform specific stuff, threads, dynamic loading, process, ipc, etc + +Exports only C API and some inline-methods (only C++ API). |