mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-03-23 20:32:38 +01:00
move common files to root
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <linux/input.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../common/input.h"
|
||||
#include "../input.h"
|
||||
#include "in_evdev.h"
|
||||
|
||||
#define MAX_ABS_DEVS 8
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <sys/mman.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "../common/plat.h"
|
||||
#include "../plat.h"
|
||||
|
||||
/* XXX: maybe unhardcode pagesize? */
|
||||
#define HUGETLB_PAGESIZE (2 * 1024 * 1024)
|
||||
|
||||
@@ -98,7 +98,7 @@ int sndout_oss_write(const void *buff, int len)
|
||||
return write(sounddev, buff, len);
|
||||
}
|
||||
|
||||
#include "../common/plat.h"
|
||||
#include "../plat.h"
|
||||
|
||||
/* not really non-blocking, just detects if blocking occurs
|
||||
* and starts skipping writes in case it does. */
|
||||
|
||||
Reference in New Issue
Block a user