162306a36Sopenharmony_ci/*
262306a36Sopenharmony_ci * videobuf2-vmalloc.h - vmalloc memory allocator for videobuf2
362306a36Sopenharmony_ci *
462306a36Sopenharmony_ci * Copyright (C) 2010 Samsung Electronics
562306a36Sopenharmony_ci *
662306a36Sopenharmony_ci * Author: Pawel Osciak <pawel@osciak.com>
762306a36Sopenharmony_ci *
862306a36Sopenharmony_ci * This program is free software; you can redistribute it and/or modify
962306a36Sopenharmony_ci * it under the terms of the GNU General Public License as published by
1062306a36Sopenharmony_ci * the Free Software Foundation.
1162306a36Sopenharmony_ci */
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#ifndef _MEDIA_VIDEOBUF2_VMALLOC_H
1462306a36Sopenharmony_ci#define _MEDIA_VIDEOBUF2_VMALLOC_H
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#include <media/videobuf2-v4l2.h>
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_ciextern const struct vb2_mem_ops vb2_vmalloc_memops;
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ci#endif
21