Created
September 16, 2015 11:04
-
-
Save pamaury/0a8c09c87af957f57aee to your computer and use it in GitHub Desktop.
select file for gpio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*************************************************************************** | |
* __________ __ ___. | |
* Open \______ \ ____ ____ | | _\_ |__ _______ ___ | |
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / | |
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < | |
* Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ | |
* \/ \/ \/ \/ \/ | |
* This file was automatically generated by headergen, DO NOT EDIT it. | |
* headergen version: 3.0.0 | |
* | |
* Copyright (C) 2015 by the authors | |
* | |
* 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 software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | |
* KIND, either express or implied. | |
* | |
****************************************************************************/ | |
#ifndef __HEADERGEN_REGS_GPIO_H__ | |
#define __HEADERGEN_REGS_GPIO_H__ | |
#include "regs-macro.h" | |
#define VSOC1000_INCLUDE "vsoc1000/regs-gpio.h" | |
#define VSOC2000_INCLUDE "vsoc2000/regs-gpio.h" | |
#include "regs-select.h" | |
#undef VSOC1000_INCLUDE | |
#undef VSOC2000_INCLUDE | |
#endif /* __HEADERGEN_REGS_GPIO_H__*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment