bottleros/Userland/SampleCodeModule/shell/include/test_sync.h

12 lines
208 B
C

#ifndef TESTSYNC_H
#define TESTSYNC_H
#include <stdint.h>
#include <stddef.h>
#include "system.h"
#include "libc.h"
void test_sync(int argc, char *argv[]);
void test_no_sync(int argc, char ** argv);
#endif