summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/bis_factory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* file_sys: Replace includes with forward declarations where applicableLioncash2018-09-041-2/+5
| | | | | Cuts down on include dependencies, resulting in less files that need to be rebuilt when certain things are changed.
* bis_factory: Add partial implementation of BISFactoryZach Hilman2018-08-121-0/+30
Creates and stores RegisteredCaches for user and system NAND, as creation of a RegisteredCache is expensive.