summaryrefslogtreecommitdiff
path: root/chip_interface/README
blob: 3f80cc6297a584c4df0b51c3b8de5692b46d321e (plain)
1
2
3
4
5
6
7
8
9
10
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.