mirror of
https://github.com/limine-bootloader/limine
synced 2025-01-22 20:42:05 +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
|