mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-21 00:23:16 +00:00
@ -2,11 +2,6 @@
|
||||
* \brief Signal-source server interface
|
||||
* \author Norman Feske
|
||||
* \date 2010-02-03
|
||||
*
|
||||
* This file is only included by 'signal_session/server.h' and relies on the
|
||||
* headers included there. No include guards are needed. It is a separate
|
||||
* header file to make it easily replaceable by a platform-specific
|
||||
* implementation.
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -16,8 +11,8 @@
|
||||
* under the terms of the GNU General Public License version 2.
|
||||
*/
|
||||
|
||||
#ifndef _INCLUDE__SIGNAL_SESSION__SOURCE_SERVER_H_
|
||||
#define _INCLUDE__SIGNAL_SESSION__SOURCE_SERVER_H_
|
||||
#ifndef _INCLUDE__SIGNAL_SESSION__SOURCE_RPC_OBJECT_H_
|
||||
#define _INCLUDE__SIGNAL_SESSION__SOURCE_RPC_OBJECT_H_
|
||||
|
||||
#include <base/rpc_server.h>
|
||||
#include <signal_session/foc_source.h>
|
||||
@ -39,4 +34,4 @@ namespace Genode {
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* _INCLUDE__SIGNAL_SESSION__SOURCE_SERVER_H_ */
|
||||
#endif /* _INCLUDE__SIGNAL_SESSION__SOURCE_RPC_OBJECT_H_ */
|
||||
|
Reference in New Issue
Block a user