mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-12 02:45:33 +00:00
11 lines
393 B
Plaintext
11 lines
393 B
Plaintext
Caller: Chrome OS EC main dispatcher
|
|
|
|
This directory stores *.h files of those functions that partner implements.
|
|
|
|
The actual implementation (.c files) resides under S*Ware/eclib/, which
|
|
is under partner's licensed and wraps S*Ware/drivelib/ chip-specific code.
|
|
|
|
This directory is under Chromium license so that the main loop can include these
|
|
files and call the code implemented by partner.
|
|
|