Private
Public Access
2
0

doc: initial documentation of api

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-04-28 18:39:07 +01:00
parent 25f0dc5f9b
commit 77ee9ffff5
6 changed files with 41 additions and 3 deletions

View File

@@ -24,6 +24,12 @@
#pragma once
/** @file
*
* This file defines the basic shared values for libmaa
*
*/
typedef enum {
MAA_SUCCESS = 0,
MAA_ERROR_FEATURE_NOT_IMPLEMENTED = 1,