summaryrefslogtreecommitdiff
path: root/include/temp_sensor_chip.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup: Rename and move header filesRandall Spangler2013-10-231-0/+21
Device-specific headers belong in driver/ or chip/. The include/ directory should be for common interfaces. Code should not normally need to include driver-specific headers. If it does, it should use the full relative path from the EC project root (for example, drivers/charger/bq24715.h). Change-Id: Id23db37a431e2d802a74ec601db6f69b613352ba Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/173746 Reviewed-by: Bill Richardson <wfrichar@chromium.org>