Nathan Lynch f2d6d2d8bb [POWERPC] Add rtas_service_present() helper
To test for the existence of an RTAS function, we typically do:

   foo_token = rtas_token("foo");
   if (foo_token == RTAS_UNKNOWN_SERVICE)
      return;

Add a rtas_service_present method, which provides a more conventional
boolean interface for testing the existence of an RTAS method.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2006-12-08 17:10:22 +11:00
..
2006-11-01 14:52:48 +11:00
2006-12-04 20:39:30 +11:00
2006-12-04 16:08:25 +11:00
2006-12-04 20:39:02 +11:00
2006-10-07 22:08:26 +10:00
2006-12-04 20:40:44 +11:00
2006-12-07 08:39:25 -08:00
2006-09-26 08:48:51 -07:00
2006-11-13 14:44:58 +11:00
2006-12-04 15:59:07 +11:00
2006-10-25 11:54:18 +10:00
2006-12-04 20:40:52 +11:00
2006-10-25 14:20:20 +10:00
2006-11-16 10:31:14 +11:00
2006-10-25 11:54:18 +10:00
2006-12-04 20:41:21 +11:00
2006-12-07 08:39:37 -08:00