David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /************************************************************************** |
| 3 | * Copyright (c) 2014 Patrik Jakobsson |
| 4 | * All Rights Reserved. |
| 5 | * |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 6 | **************************************************************************/ |
| 7 | |
| 8 | #ifndef _GEM_H |
| 9 | #define _GEM_H |
| 10 | |
| 11 | extern int psb_gem_create(struct drm_file *file, struct drm_device *dev, |
| 12 | u64 size, u32 *handlep, int stolen, u32 align); |
| 13 | #endif |