12 lines
142 B
C
Executable File
12 lines
142 B
C
Executable File
#ifndef __UDISK_TEST_H
|
|
#define __UDISK_TEST_H
|
|
void * udisk_test(void * argv);
|
|
|
|
struct udisk_msg
|
|
{
|
|
int result;
|
|
int y;
|
|
};
|
|
#endif
|
|
|