]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/system.h
xnu-344.tar.gz
[apple/xnu.git] / iokit / IOKit / system.h
index 53e19969a0ffd8593ad29cda2ed07338bebed00e..ce7ba115491b9e484f799343b75309f738285a37 100644 (file)
@@ -75,8 +75,6 @@ void panic(const char * msg, ...);
 /*
  */
 
-#ifdef __ppc__
-
 /*
  * Really need a set of interfaces from osfmk/pexpert components to do
  * all that is required to prepare an I/O from a cache management point
@@ -86,8 +84,6 @@ void panic(const char * msg, ...);
 extern void invalidate_icache(vm_offset_t addr, unsigned cnt, int phys);
 extern void flush_dcache(vm_offset_t addr, unsigned count, int phys);
 
-#endif
-
 __END_DECLS
 
 #endif /* !__IOKIT_SYSTEM_H */