nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
extmem_remote.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
7#ifndef EXTMEM_REMOTE_H__
8#define EXTMEM_REMOTE_H__
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14#define EXTMEM_RESULT_SUCCESS 0
15#define EXTMEM_RESULT_REMOTE_ERROR 2
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* EXTMEM_REMOTE_H__ */
int extmem_remote_init(void)
Initialize external memory service.