Добавить переносимый драйвер parallel NAND
This commit is contained in:
11
c/parallel-nand/include/parallel_nand_pcan_gas.h
Normal file
11
c/parallel-nand/include/parallel_nand_pcan_gas.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef PARALLEL_NAND_PCAN_GAS_H
|
||||
#define PARALLEL_NAND_PCAN_GAS_H
|
||||
|
||||
#include "parallel_nand_gas.h"
|
||||
#include "pcan_gas.h"
|
||||
|
||||
/* Adapter for targets where c/set-protocol pcan_gas is available. */
|
||||
void parallel_nand_pcan_gas_region_init(pcan_gas_region_t *region,
|
||||
parallel_nand_gas_t *gas);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user