~ubuntu-branches/ubuntu/trusty/grub2/trusty-updates

« back to all changes in this revision

Viewing changes to include/grub/time.h

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-09-13 18:02:04 UTC
  • mfrom: (1.17.15 upstream)
  • mto: (17.6.27 experimental)
  • mto: This revision was merged to the branch mainline in revision 145.
  • Revision ID: package-import@ubuntu.com-20120913180204-mojnmocbimlom4im
Tags: upstream-2.00
ImportĀ upstreamĀ versionĀ 2.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#define GRUB_TICKS_PER_SECOND 100000
28
28
/* Return the real time in ticks.  */
29
29
grub_uint32_t EXPORT_FUNC (grub_get_rtc) (void);
30
 
#else
31
 
#include <grub/machine/time.h>
32
30
#endif
33
31
 
34
32
void EXPORT_FUNC(grub_millisleep) (grub_uint32_t ms);