Rtos API example

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_ns_nvm_helper.h Source File

test_ns_nvm_helper.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited. All rights reserved.
00003  */
00004 #ifndef TEST_NS_NVM_HELPER_H
00005 #define TEST_NS_NVM_HELPER_H
00006 
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 
00011 #include <stdbool.h>
00012 
00013 bool test_ns_nvm_helper_write();
00014 bool test_ns_nvm_helper_read();
00015 bool test_ns_nvm_helper_delete();
00016 bool test_ns_nvm_helper_concurrent_requests();
00017 bool test_ns_nvm_helper_platform_error();
00018 bool test_ns_nvm_helper_platform_error_in_write();
00019 
00020 #ifdef __cplusplus
00021 }
00022 #endif
00023 
00024 #endif // TEST_NS_NVM_HELPER_H
00025