[include][lk] fixup lk/ include path move
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
|
||||
#include <app/moot/fsboot.h>
|
||||
#include <app/moot/stubs.h>
|
||||
#include <compiler.h>
|
||||
#include <err.h>
|
||||
#include <lk/compiler.h>
|
||||
#include <lk/err.h>
|
||||
#include <lib/bio.h>
|
||||
#include <lib/bootimage.h>
|
||||
#include <lib/fs.h>
|
||||
#include <stdio.h>
|
||||
#include <trace.h>
|
||||
#include <lk/trace.h>
|
||||
|
||||
#define MAX_FPATH_LEN 64
|
||||
|
||||
|
||||
@@ -30,12 +30,12 @@
|
||||
#include <app.h>
|
||||
#include <arch.h>
|
||||
#include <assert.h>
|
||||
#include <debug.h>
|
||||
#include <err.h>
|
||||
#include <lk/debug.h>
|
||||
#include <lk/err.h>
|
||||
#include <kernel/event.h>
|
||||
#include <lk/init.h>
|
||||
#include <stdlib.h>
|
||||
#include <trace.h>
|
||||
#include <lk/trace.h>
|
||||
|
||||
static void do_boot(void)
|
||||
{
|
||||
|
||||
@@ -23,8 +23,8 @@
|
||||
*/
|
||||
|
||||
#include <app/moot/stubs.h>
|
||||
#include <compiler.h>
|
||||
#include <err.h>
|
||||
#include <lk/compiler.h>
|
||||
#include <lk/err.h>
|
||||
|
||||
// Fail by default. System must override this.
|
||||
__WEAK status_t moot_mount_default_fs(char **mount_path, char **device_name)
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <dev/udc.h>
|
||||
#include <dev/usb.h>
|
||||
#include <dev/usbc.h>
|
||||
#include <err.h>
|
||||
#include <lk/err.h>
|
||||
#include <kernel/event.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <lib/bio.h>
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <trace.h>
|
||||
#include <lk/trace.h>
|
||||
|
||||
#define LOCAL_TRACE 0
|
||||
#define COMMAND_MAGIC (0x4d4f4f54) // MOOT
|
||||
|
||||
Reference in New Issue
Block a user