mirror of
https://github.com/limine-bootloader/limine
synced 2025-03-03 16:31:40 +03:00
8 lines
83 B
C
8 lines
83 B
C
#ifndef __ELF_H__
|
|
#define __ELF_H__
|
|
|
|
#include "elf32.h"
|
|
#include "elf64.h"
|
|
|
|
#endif
|