mirror of
https://xff.cz/git/u-boot/
synced 2025-09-11 05:33:26 +02:00
9 lines
111 B
C
Executable File
9 lines
111 B
C
Executable File
#ifndef HEADER_MYFUNTION_H
|
|
#define HEADER_MYFUNTION_H
|
|
|
|
|
|
#include "common.h"
|
|
#include "malloc.h"
|
|
|
|
#endif
|