17f67c067SPatrik Jakobsson /* 27f67c067SPatrik Jakobsson * Copyright © 2013 Patrik Jakobsson 37f67c067SPatrik Jakobsson * Copyright © 2011 Intel Corporation 47f67c067SPatrik Jakobsson * 57f67c067SPatrik Jakobsson * This program is free software; you can redistribute it and/or modify it 67f67c067SPatrik Jakobsson * under the terms and conditions of the GNU General Public License, 77f67c067SPatrik Jakobsson * version 2, as published by the Free Software Foundation. 87f67c067SPatrik Jakobsson * 97f67c067SPatrik Jakobsson * This program is distributed in the hope it will be useful, but WITHOUT 107f67c067SPatrik Jakobsson * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 117f67c067SPatrik Jakobsson * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 127f67c067SPatrik Jakobsson * more details. 137f67c067SPatrik Jakobsson * 147f67c067SPatrik Jakobsson * You should have received a copy of the GNU General Public License along with 157f67c067SPatrik Jakobsson * this program; if not, write to the Free Software Foundation, Inc., 167f67c067SPatrik Jakobsson * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 177f67c067SPatrik Jakobsson */ 187f67c067SPatrik Jakobsson 197f67c067SPatrik Jakobsson #ifndef _PSB_DEVICE_H_ 207f67c067SPatrik Jakobsson #define _PSB_DEVICE_H_ 217f67c067SPatrik Jakobsson 227f67c067SPatrik Jakobsson extern const struct gma_clock_funcs psb_clock_funcs; 237f67c067SPatrik Jakobsson 247f67c067SPatrik Jakobsson #endif 25