1 /* 2 * Copyright (c) 2014, Mentor Graphics Corporation 3 * All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef OPEN_AMP_H_ 9 #define OPEN_AMP_H_ 10 11 #include <openamp/rpmsg.h> 12 #include <openamp/rpmsg_virtio.h> 13 #include <openamp/remoteproc.h> 14 #include <openamp/remoteproc_virtio.h> 15 16 #endif /* OPEN_AMP_H_ */ 17