From: Zachary T Welch Date: Sat, 5 Dec 2009 02:24:14 +0000 (-0800) Subject: split NAND driver handling into nand/driver.[ch] X-Git-Tag: v0.4.0-rc1~100 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=a7fd30c07fb9c2b7662ffaa48287b1997dc60796;hp=a7fd30c07fb9c2b7662ffaa48287b1997dc60796 split NAND driver handling into nand/driver.[ch] This work parallels the NOR directory, encapsulating the NAND drivers into a separate file. This takes an extra step by encapsulating the type of data structure used to manage the drivers, allowing it to be changed from an array to a dynamic list in the future. ---