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