stubs to be able to compile on modern amd64

This commit is contained in:
2022-08-19 14:28:44 +02:00
parent c0e896b371
commit 35effb9e68
5 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1 @@
target_sources(${OBSW_NAME} PRIVATE xiphosstub.cpp gpsstub.cpp)

View File

View File

@ -0,0 +1,7 @@
#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;
}