First draft
This commit is contained in:
11
doc/examples/OBC+TTC/shared/incp/incp2.h
Normal file
11
doc/examples/OBC+TTC/shared/incp/incp2.h
Normal file
@@ -0,0 +1,11 @@
|
||||
// incp2.h - Defines types common to all INCP interfaces.
|
||||
|
||||
#pragma once
|
||||
|
||||
typedef enum {
|
||||
ERR_SUCCESS = 0,
|
||||
ERR_ERROR,
|
||||
ERR_NOT_IMPL,
|
||||
ERR_NOT_MINE,
|
||||
} err_t;
|
||||
|
||||
Reference in New Issue
Block a user