diff options
Diffstat (limited to 'include/api_loader.h')
-rwxr-xr-x | include/api_loader.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/include/api_loader.h b/include/api_loader.h new file mode 100755 index 0000000..44796b6 --- /dev/null +++ b/include/api_loader.h @@ -0,0 +1,33 @@ +/* + * (C) Copyright 2000-2002 + * Wolfgang Denk, DENX Software Engineering, wd@denx.de. + * + * See file CREDITS for list of people who contributed to this + * project. + * + * Copyright (c) 2008 WonderMedia Technologies, Inc. + * + * This program is free software: you can redistribute it and/or modify it under the + * terms of the GNU General Public License as published by the Free Software Foundation, + * either version 2 of the License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + * PARTICULAR PURPOSE. See the GNU General Public License for more details. + * You should have received a copy of the GNU General Public License along with + * this program. If not, see <http://www.gnu.org/licenses/>. + * + * WonderMedia Technologies, Inc. + * 10F, 529, Chung-Cheng Road, Hsin-Tien, Taipei 231, R.O.C. + */ + +/* + * Definitions for Configuring the monitor commands + */ +#ifndef _API_LOADER_H +#define _API_LOADER_H + +int dvo_pll_set (unsigned int multi, unsigned char divisor, unsigned short resx, unsigned short resy); + + +#endif /* _API_LOADER_H */ |