| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 8 | | - * published by the Free Software Foundation. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | #ifndef MEDIA_S3C_CAMIF_ |
|---|
| .. | .. |
|---|
| 37 | 34 | int (*gpio_get)(void); |
|---|
| 38 | 35 | int (*gpio_put)(void); |
|---|
| 39 | 36 | }; |
|---|
| 40 | | - |
|---|
| 41 | | -/* Platform default helper functions */ |
|---|
| 42 | | -int s3c_camif_gpio_get(void); |
|---|
| 43 | | -int s3c_camif_gpio_put(void); |
|---|
| 44 | 37 | |
|---|
| 45 | 38 | #endif /* MEDIA_S3C_CAMIF_ */ |
|---|