Changes in kernel/arch/arm32/src/machine_func.c [8f9d70b:f9ab562] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/machine_func.c
r8f9d70b rf9ab562 42 42 #include <arch/mach/integratorcp/integratorcp.h> 43 43 #include <arch/mach/beagleboardxm/beagleboardxm.h> 44 #include <arch/mach/beaglebone/beaglebone.h>45 #include <arch/mach/raspberrypi/raspberrypi.h>46 44 47 45 /** Pointer to machine_ops structure being used. */ … … 57 55 #elif defined(MACHINE_beagleboardxm) 58 56 machine_ops = &bbxm_machine_ops; 59 #elif defined(MACHINE_beaglebone)60 machine_ops = &bbone_machine_ops;61 #elif defined(MACHINE_raspberrypi)62 machine_ops = &raspberrypi_machine_ops;63 57 #else 64 58 #error Machine type not defined.
Note:
See TracChangeset
for help on using the changeset viewer.