00001 /* 00002 * Copyright(c) Siemens AG, Muenchen, Germany, 2005, 2006, 2007 00003 * Bernhard Walle <bernhard.walle@gmx.de> 00004 * Gernot Hillier <gernot.hillier@siemens.com> 00005 * All rights reserved. 00006 * 00007 * ---------------------------------------------------------------------------- 00008 * The contents of this file are subject to the Mozilla Public License 00009 * Version 1.1 (the "License"); you may not use this file except in 00010 * compliance with the License. You may obtain a copy of the License at 00011 * http://www.mozilla.org/MPL/ 00012 * 00013 * Software distributed under the License is distributed on an "AS IS" 00014 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 00015 * License for the specific language governing rights and limitations 00016 * under the License. 00017 * 00018 * The Original Code is Siemens code. 00019 * 00020 * The Initial Developer of the Original Code is Siemens AG. 00021 * Portions created by the Initial Developer are Copyright (C) 2005-06 00022 * the Initial Developer. All Rights Reserved. 00023 * ---------------------------------------------------------------------------- 00024 */ 00025 #ifndef SERVICE_H 00026 #define SERVICE_H 00027 00033 #define MOST_RT_SIGNAL SIGRTMIN 00034 00038 #define MOST_RT_SIGNAL_TIMER (SIGRTMIN + 1) 00039 00040 00047 int service_thread_init(void); 00048 00052 void service_thread_finish(void); 00053 00054 00055 00056 #endif /* SERVICE_H */ 00057 00058 /* vim: set ts=4 et sw=4: */