~ubuntu-branches/ubuntu/maverick/avr-libc/maverick

« back to all changes in this revision

Viewing changes to include/avr/sleep.h

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2007-08-09 11:28:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070809112801-ps7wognnynio9kz7
Tags: 1:1.4.6-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (c) 2002, 2004 Theodore A. Roth
2
2
   Copyright (c) 2004 Eric B. Weddington
3
 
   Copyright (c) 2005, 2006 Joerg Wunsch
 
3
   Copyright (c) 2005, 2006, 2007 Joerg Wunsch
4
4
   All rights reserved.
5
5
 
6
6
   Redistribution and use in source and binary forms, with or without
30
30
   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
31
   POSSIBILITY OF SUCH DAMAGE. */
32
32
 
33
 
/* $Id: sleep.h,v 1.13.2.3 2006/08/30 21:26:27 joerg_wunsch Exp $ */
 
33
/* $Id: sleep.h,v 1.13.2.4 2007/01/23 15:34:58 joerg_wunsch Exp $ */
34
34
 
35
35
#ifndef _AVR_SLEEP_H_
36
36
#define _AVR_SLEEP_H_ 1
88
88
#endif
89
89
 
90
90
 
 
91
/** \file */
91
92
 
92
93
/** \defgroup avr_sleep <avr/sleep.h>: Power Management and Sleep Modes
93
94