Skip to content
Snippets Groups Projects
Select Git revision
  • 67854c3a382d2532915fc7763e454082b52b618e
  • main default protected
  • tuxcoder_dome
  • tuxcoder_fix_captouch
  • crates-reorga
  • wifi
  • test-badgenet
7 results

mod.rs

Blame
  • Forked from flow3r / flow3-rs
    Source project has a limited visibility.
    api_common.h 195 B
    #include <stdint.h>
    
    #define API_CALL_SEMA 0
    
    struct api_call
    {
    	uint32_t id;
    	uint8_t returning;
    	unsigned char buf[1];
    };
    
    static struct api_call *ApiCallSpace = (struct api_call *)0x20080001;