123456789101112131415161718192021222324 |
- /*
- * TVIN register bit-field definition
- * Sorted by the appearing order of registers in am_regs.h.
- *
- * Author: Lin Xu <lin.xu@amlogic.com>
- *
- * Copyright (C) 2010 Amlogic Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
- #ifndef __TVIN_REGS_H
- #define __TVIN_REGS_H
- #endif
|