Skip to content
Snippets Groups Projects
main_pcie40_klmbytestream.c 172 B
#include "pcie40_ecs.h"
#include "pcie40_b2slc.h"
#include <stdio.h>

int main(int argc, char *argv[]) { 
  ecs_open( 0 , 2 ) ;


  
  ecs_close( 0 , 2 ) ;

  return 0 ;
}