Searched refs:__deprecated (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dcompiler-gcc.h29 #define __deprecated __attribute__((deprecated)) macro
H A Dcompiler.h86 * int __deprecated foo(void)
88 #ifndef __deprecated
89 # define __deprecated /* unimplemented */ macro
93 #define __deprecated_for_modules __deprecated
H A Dinterrupt.h178 static inline void __deprecated cli(void)
182 static inline void __deprecated sti(void)
186 static inline void __deprecated save_flags(unsigned long *x)
191 static inline void __deprecated restore_flags(unsigned long x)
196 static inline void __deprecated save_and_cli(unsigned long *x)
H A Dif_ether.h143 extern char *print_mac(char *buf, const unsigned char *addr) __deprecated;
H A Dioport.h131 static inline int __deprecated check_region(resource_size_t s,
/external/kernel-headers/original/asm-arm/
H A Dmemory.h191 static inline __deprecated unsigned long virt_to_bus(void *x)
196 static inline __deprecated void *bus_to_virt(unsigned long x)
/external/libnl-headers/
H A Dnetlink-local.h123 #undef __deprecated macro
124 #define __deprecated __attribute__ ((deprecated)) macro

Completed in 178 milliseconds