gallium i915: Compiler delint
[AROS.git] / arch / ppc-native / processor / processor_intern_arch.h
blob584e21e34471ebe2066dd8d52c21d50e8c60345c
1 /*
2 * Copyright (C) 2012, The AROS Development Team. All rights reserved.
3 * Author: Jason S. McMullan <jason.mcmullan@gmail.com>
5 * Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
6 */
8 #ifndef PROCESSOR_INTERN_ARCH_H
9 #define PROCESSOR_INTERN_ARCH_H
11 #include <exec/types.h>
13 #include "processor_intern.h"
15 struct SystemProcessors {
16 ULONG sp_PVR;
19 #endif /* PROCESSOR_INTERN_ARCH_H */