mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-25 17:27:18 +00:00
Previous CL http://codereview.chromium.org/5634003 has a typo. PRIu64 should be "llu" instead of "ll". BUG=None TEST=Build successfully and run with u-boot and verify that outputs with PRI Change-Id: I960c422ed0446463d5fed5ac4a12f7728ddbb53b Review URL: http://codereview.chromium.org/5687001
arch/ is stuff that defines the architecture-dependent information (only used in firmware build mode). lib/ is stuff that the BIOS needs to link with. stub/ is stuff to be implemented by the BIOS. include/ describes the interfaces between the two parts.