aboutsummaryrefslogtreecommitdiffstats
path: root/l4sysdep.h
blob: 79e0c353b15b7d338d4af5440fc7a663e53c3579 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* vim: set sw=4 ts=4 sts=4 et: */
#ifndef LBS_SYSDEP_H
#define LBS_SYSDEP_H

#include <l4common.h>

char*   lbs_sysdep_get_executable     (void);
char*   lbs_sysdep_get_resource       (const char* filename);

#endif /* LBS_SYSDEP_H */