diff options
| author | Radosław Kujawa <radoslaw.kujawa@c0ff33.net> | 2026-07-17 14:54:32 +0200 |
|---|---|---|
| committer | Radosław Kujawa <radoslaw.kujawa@c0ff33.net> | 2026-07-17 14:54:32 +0200 |
| commit | 2702c90d7a39fca2a3319c5e915fd290cb31fc70 (patch) | |
| tree | 283c4d851efef7e3a7cd03ba80c87e2bffcdbb2c /src/mesa/ppc/ppc_xform.h | |
| parent | 836167945ec2c7ad5acdf0aa17ce35ec1b9428a6 (diff) | |
Initial import.
Diffstat (limited to 'src/mesa/ppc/ppc_xform.h')
| -rw-r--r-- | src/mesa/ppc/ppc_xform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/ppc/ppc_xform.h b/src/mesa/ppc/ppc_xform.h new file mode 100644 index 0000000..6f64f7b --- /dev/null +++ b/src/mesa/ppc/ppc_xform.h @@ -0,0 +1,6 @@ +#ifndef PPC_XFORM_H +#define PPC_XFORM_H + +extern void _mesa_init_all_ppc_transform_asm(void); + +#endif |
