genode/repos/dde_rump/include/spec/arm/rump_cgd/device.h
2017-02-28 12:59:29 +01:00

23 lines
542 B
C

/**
* \brief ARM specific definitions for RUMP cgd
* \author Josef Soentgen
* \date 2014-04-11
*/
/*
* Copyright (C) 2014-2017 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU Affero General Public License version 3.
*/
#ifndef _INCLUDE__SPEC__ARM__RUMP_CGD__DEVICE_H_
#define _INCLUDE__SPEC__ARM__RUMP_CGD__DEVICE_H_
/**
* Cgd raw device used within rump
*/
#define CGD_RAW_DEVICE "/dev/rcgd0c"
#endif /* _INCLUDE__SPEC__ARM__RUMP_CGD__DEVICE_H_ */