feat: reformatted code base to be more standard
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
// Created by rick on 12-02-21.
|
||||
//
|
||||
|
||||
#include <cpu/cpuidx.h>
|
||||
|
||||
#include <types.h>
|
||||
#include <cpuid.h>
|
||||
#include <libc/kprintf.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <myke/cpu/cpuidx.h>
|
||||
|
||||
union cpu_name {
|
||||
uint32_t parts[3];
|
||||
|
||||
Reference in New Issue
Block a user