Go to the documentation of this file.
21 #ifndef ASM_ARCH_PFIFO_H
22 #define ASM_ARCH_PFIFO_H
24 static inline int pfifo_push(
int no,
unsigned int pointer)
30 static inline unsigned int pfifo_pop(
int no)
35 static inline int pfifo_fill_level(
int no)
41 static inline int pfifo_full(
int no)
46 static inline int pfifo_empty(
int no)