repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
9 lines
213 B
C
9 lines
213 B
C
#ifndef _ASM_UML_UNWIND_H
|
|
#define _ASM_UML_UNWIND_H
|
|
|
|
static inline void
|
|
unwind_module_init(struct module *mod, void *orc_ip, size_t orc_ip_size,
|
|
void *orc, size_t orc_size) {}
|
|
|
|
#endif /* _ASM_UML_UNWIND_H */
|