12 lines
334 B
C
12 lines
334 B
C
#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
|