1/*
2 * Copyright 2003-2007, Waldemar Kornewald <wkornew@gmx.net>
3 * Distributed under the terms of the MIT License.
4 */
5
6#ifndef __libppputils__h
7#define __libppputils__h
8
9#include <net_stack_driver.h>
10
11
12char *get_stack_driver_path();
13
14
15#endif
16