7 lines
228 B
C++
7 lines
228 B
C++
#include "../include/libxiphos.h"
|
|
|
|
void xsc_boot_copy(xsc_libnor_chip_t boot_chip, xsc_libnor_copy_t boot_copy) {}
|
|
|
|
xsc_status_t xsc_boot_get_chip_copy(xsc_libnor_chip_t *boot_chip, xsc_libnor_copy_t *boot_copy){
|
|
return 0;
|
|
} |