File:  [DVB] / dietlibc / aarch64 / pipe.S
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jun 6 12:02:04 2016 UTC (7 years, 11 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
  aarch64 port (Christian Seiler)

#include "aarch64-features.h"

FUNC_START	pipe
	mov	x1, #0	/* flags */
	b	pipe2
FUNC_END	pipe

LinuxTV legacy CVS <linuxtv.org/cvs>