diff options
Diffstat (limited to 'arch/powerpc/include/asm/apm82181-adma.h')
-rw-r--r-- | arch/powerpc/include/asm/apm82181-adma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/apm82181-adma.h b/arch/powerpc/include/asm/apm82181-adma.h index b16014b8c07..bfc7803c3fa 100644 --- a/arch/powerpc/include/asm/apm82181-adma.h +++ b/arch/powerpc/include/asm/apm82181-adma.h @@ -203,6 +203,8 @@ typedef struct apm82181_adma_plb_desc_slot { unsigned long flags; unsigned long reverse_flags[8]; #define APM82181_DESC_INT 0 /* generate interrupt on complete */ +#define APM82181_DESC_FENCE 1 /* Other tx will use its result */ + /* This tx needs to be polled to complete */ }apm82181_desc_t; |