topology.h 242 B

1234567891011
  1. #include <asm-generic/topology.h>
  2. #ifndef _ASM_MICROBLAZE_TOPOLOGY_H
  3. #define _ASM_MICROBLAZE_TOPOLOGY_H
  4. struct device_node;
  5. static inline int of_node_to_nid(struct device_node *device)
  6. {
  7. return 0;
  8. }
  9. #endif /* _ASM_MICROBLAZE_TOPOLOGY_H */