13 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright © 2013 Patrik Jakobsson4 * Copyright © 2011 Intel Corporation5 */6 7#ifndef _PSB_DEVICE_H_8#define _PSB_DEVICE_H_9 10extern const struct gma_clock_funcs psb_clock_funcs;11 12#endif13