diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-24 00:40:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-24 00:40:27 -0700 |
| commit | 83e0d4352041b3964ea7a133b0f67da9ebaa1c77 (patch) | |
| tree | 56b9a4363769db8973181382ba91b734a269320a /src/drivers/ao_lco.h | |
| parent | c64999c39d6d9242f98bdc9312436c3333115bfd (diff) | |
altos: Split out LCO functions from ao_radio_cmac.c to ao_lco.c
These functions are not used in the telelaunch or telefire nodes, so
don't force them to be included.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_lco.h')
| -rw-r--r-- | src/drivers/ao_lco.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/drivers/ao_lco.h b/src/drivers/ao_lco.h new file mode 100644 index 00000000..253f9702 --- /dev/null +++ b/src/drivers/ao_lco.h @@ -0,0 +1,24 @@ +/* + * Copyright © 2012 Keith Packard <keithp@keithp.com> + * + * 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; version 2 of the License. + * + * 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, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +#ifndef _AO_LCO_H_ +#define _AO_LCO_H_ + +void +ao_lco_init(void); + +#endif /* _AO_LCO_H_ */ |
