18 lines
341 B
C
18 lines
341 B
C
|
/*
|
||
|
* Copyright 2018, Jaroslaw Pelczar <jarek@jpelczar.com>
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_
|
||
|
#define _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_
|
||
|
|
||
|
|
||
|
struct arch_team_debug_info {
|
||
|
};
|
||
|
|
||
|
|
||
|
struct arch_thread_debug_info {
|
||
|
};
|
||
|
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_ARM64_ARCH_USER_DEBUGGER_H_ */
|