forked from len0rd/rockbox
Fix red, hopefully.
Change-Id: I4ee6b9793260ac7dec9d72f27bfe242cd4adbf38
This commit is contained in:
parent
7ad8b2eb3c
commit
c18839e3f8
2 changed files with 3 additions and 3 deletions
|
|
@ -24,13 +24,11 @@
|
|||
#ifndef __OVERLAY_H__
|
||||
#define __OVERLAY_H__
|
||||
|
||||
#ifndef SIMULATOR
|
||||
#include "plugin.h"
|
||||
|
||||
/* load and run a plugin linked as an overlay. */
|
||||
enum plugin_status run_overlay(const void* parameter,
|
||||
unsigned char *filename, unsigned char *name);
|
||||
|
||||
#endif /* !SIMULATOR */
|
||||
#endif /* __OVERLAY_H__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue