18 lines
		
	
	
		
			330 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			330 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*
 | 
						|
 * Copyright (c) 2014, Mentor Graphics Corporation
 | 
						|
 * All rights reserved.
 | 
						|
 *
 | 
						|
 * SPDX-License-Identifier: BSD-3-Clause
 | 
						|
 */
 | 
						|
 | 
						|
#ifndef OPEN_AMP_H_
 | 
						|
#define OPEN_AMP_H_
 | 
						|
 | 
						|
#include <openamp/rpmsg.h>
 | 
						|
#include <openamp/rpmsg_virtio.h>
 | 
						|
#include <openamp/remoteproc.h>
 | 
						|
#include <openamp/remoteproc_virtio.h>
 | 
						|
 | 
						|
 | 
						|
#endif				/* OPEN_AMP_H_ */
 |