You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
237 B
10 lines
237 B
#ifndef INCLUDED_UDEVICES
|
|
#define INCLUDED_UDEVICES
|
|
|
|
BOOL u_process_instance(char *line);
|
|
BOOL u_process_model_line(char *line);
|
|
BOOL u_check_instance(char *line);
|
|
void create_model_xlator(void);
|
|
void cleanup_model_xlator(void);
|
|
|
|
#endif
|