Skip to content

Commit

Permalink
<kernel/asm/utils.h> -> <kernel/utils/asm/utils.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Oct 20, 2024
1 parent 9f1f47f commit 4087340
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion include/kernel/domain/services/asm/cmdline.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef JINUE_KERNEL_SERVICES_ASM_CMDLINE_H
#define JINUE_KERNEL_SERVICES_ASM_CMDLINE_H

#include <kernel/asm/utils.h>
#include <kernel/utils/asm/utils.h>

/** Maximum valid command line length
*
Expand Down
2 changes: 1 addition & 1 deletion include/kernel/infrastructure/i686/asm/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#ifndef JINUE_KERNEL_INFRASTRUCTURE_I686_ASM_MEMORY_H
#define JINUE_KERNEL_INFRASTRUCTURE_I686_ASM_MEMORY_H

#include <kernel/asm/utils.h>
#include <kernel/utils/asm/utils.h>

#define MEMORY_ADDR_1MB (1 * MB)

Expand Down
2 changes: 1 addition & 1 deletion include/kernel/interface/i686/asm/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
#define JINUE_KERNEL_I686_ASM_BOOT_H

#include <jinue/shared/asm/machine.h>
#include <kernel/asm/utils.h>
#include <kernel/infrastructure/i686/asm/memory.h>
#include <kernel/utils/asm/utils.h>

#define BOOT_E820_ENTRIES 0x1e8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef JINUE_KERNEL_ASM_UTILS_H
#define JINUE_KERNEL_ASM_UTILS_H
#ifndef JINUE_KERNEL_UTILS_ASM_UTILS_H
#define JINUE_KERNEL_UTILS_ASM_UTILS_H

#define KB (1024)

Expand Down

0 comments on commit 4087340

Please sign in to comment.