~abogani/ubuntu/lucid/avr-libc/avr-libc.fix-FTBFS

« back to all changes in this revision

Viewing changes to include/avr/iom48.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-12-29 16:20:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071229162003-lyyrt60vipc9xbwm
Tags: 1:1.4.7-1
* New upstream release (closes: #410831, #420163, #421088, #452199, #394231)
* Replaced tetex packages with texlive in Build-Depends (closes:
  #427266)
* Now ignores returnstatus of pdflatex when generating docs to prevent
  the build processing from halting on latex warnings (closes:
  #427266)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29
29
  POSSIBILITY OF SUCH DAMAGE. */
30
30
 
31
 
/* $Id: iom48.h,v 1.2 2004/11/02 18:16:07 arcanum Exp $ */
 
31
/* $Id: iom48.h,v 1.2.4.1 2007/10/25 01:15:06 arcanum Exp $ */
32
32
 
33
33
#ifndef _AVR_IOM48_H_
34
34
#define _AVR_IOM48_H_ 1
42
42
#define E2END       0xFF
43
43
#define FLASHEND    0xFFF
44
44
 
 
45
 
 
46
/* Lock Bits */
 
47
#define __LOCK_BITS_EXIST
 
48
 
 
49
 
45
50
#endif /* _AVR_IOM48_H_ */