11 lines
204 B
C
11 lines
204 B
C
|
#ifndef OPENAMP_METAL_SHMEM_SUNXI_OPS_H_
|
||
|
#define OPENAMP_METAL_SHMEM_SUNXI_OPS_H_
|
||
|
|
||
|
#include <metal/io.h>
|
||
|
#include <openamp/sunxi_helper/mem_map.h>
|
||
|
|
||
|
extern struct metal_io_ops shmem_sunxi_io_ops;
|
||
|
|
||
|
#endif
|
||
|
|