mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
13 lines
116 B
C
13 lines
116 B
C
/*
|
|
* elf.h
|
|
*/
|
|
|
|
#ifndef _ELF_H
|
|
#define _ELF_H
|
|
|
|
#include <sys/elf32.h>
|
|
#include <sys/elf64.h>
|
|
|
|
#endif /* _ELF_H */
|
|
|