ptos: ex: Add loader dispatch + ELF64 loader
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright (c) 2026, Chloe M.
|
||||
* Provided under the BSD-3 clause.
|
||||
*
|
||||
* Description: ELF64 loader
|
||||
* Author: Chloe M.
|
||||
*/
|
||||
|
||||
#ifndef _EX_ELF64_H_
|
||||
#define _EX_ELF64_H_ 1
|
||||
|
||||
#include <ex/loader.h>
|
||||
#include <ptdef.h>
|
||||
|
||||
/* Externs */
|
||||
extern LOADER_OPS gElf64Ops;
|
||||
|
||||
#endif /* !_EX_ELF64_H_ */
|
||||
Reference in New Issue
Block a user