blob: 09d74b94a1f71f86fe175e945e3fd7df44f99722 [file] [log] [blame]
/*
* Copyright (c) 2017 FH Dortmund and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Description:
* Parking task - Header file
*
* Authors:
* M. Ozcelikors, R.Hottger
* <mozcelikors@gmail.com> <robert.hoettger@fh-dortmund.de>
* Update History:
* 06.06.2017 - added initial task
*
*/
#ifndef TASKS_PARKING_TASK_H_
#define TASKS_PARKING_TASK_H_
#include <stdio.h>
#include <stdlib.h>
void *Parking_Task(void * arg);
#endif /* TASKS_PARKING_TASK_H_ */