genode/repos/os/src/server/input_filter/types.h
2017-02-28 12:59:29 +01:00

24 lines
521 B
C++

/*
* \brief Types used by the input filter
* \author Norman Feske
* \date 2017-02-01
*/
/*
* Copyright (C) 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 _INPUT_FILTER__TYPES_H_
#define _INPUT_FILTER__TYPES_H_
/* Genode includes */
#include <util/string.h>
#include <base/session_label.h>
namespace Input_filter { using namespace Genode; }
#endif /* _INPUT_FILTER__TYPES_H_ */