mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
etnaviv: isa: Make header C++ safe
Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28869>
This commit is contained in:
parent
15a784689e
commit
0ce255a9f6
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,14 @@
|
|||
|
||||
struct etna_inst;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void isa_assemble_instruction(uint32_t *out, const struct etna_inst *instr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _ISA_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue