mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-19 06:36:15 +02:00
genex/genex.h: oops, forgot to check this file in
This commit is contained in:
parent
4cb56ebfbf
commit
2800fa93a5
17
genex/genex.h
Normal file
17
genex/genex.h
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* genex.h - Generate expanded component view
|
||||
*
|
||||
* Copyright 2012 by Werner Almesberger
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
#ifndef GENEX_H
|
||||
#define GENEX_H
|
||||
|
||||
extern int quiet;
|
||||
|
||||
#endif /* !GENEX_H */
|
Loading…
Reference in New Issue
Block a user