Martin Dorwig
49cad54788
Export redesign
...
this is an atempt to make the export of functions typesafe.
I replaced the jumptable void ** by a struct (jt_funcs) with function pointers.
The EXPORT_FUNC macro now has 3 fixed parameters and one
variadic parameter
The first is the name of the exported function,
the rest of the parameters are used to format a functionpointer
in the jumptable,
the EXPORT_FUNC macros are expanded three times,
1. to declare the members of the struct
2. to initialize the structmember pointers
3. to call the functions in stubs.c
Signed-off-by: Martin Dorwig <dorwig@tetronik.com >
Acked-by: Simon Glass <sjg@chromium.org >
Signed-off-by: Simon Glass <sjg@chromium.org >
(resending to the list since my tweaks are not quite trivial)
2015-01-29 17:09:57 -07:00
..
2015-01-28 16:58:01 -05:00
2014-10-27 17:54:09 -04:00
2014-07-18 17:53:24 -04:00
2013-04-01 16:33:52 -04:00
2015-01-29 17:09:49 -07:00
2015-01-29 17:09:49 -07:00
2015-01-29 17:09:49 -07:00
2015-01-14 11:37:39 -05:00
2015-01-14 11:35:43 -05:00
2014-05-29 17:49:00 -04:00
2013-07-24 09:44:38 -04:00
2014-09-15 13:32:55 -04:00
2014-11-24 12:06:06 -05:00
2014-05-29 17:48:21 -04:00
2014-08-21 12:01:13 -04:00
2014-10-27 11:03:33 -04:00
2014-03-21 16:43:58 -04:00
2013-07-24 09:44:38 -04:00
2015-01-05 13:48:21 -05:00
2014-06-11 16:25:47 -04:00
2014-10-16 14:20:40 -07:00
2013-10-14 16:06:54 -04:00
2013-07-24 09:44:38 -04:00
2014-10-22 09:03:06 -06:00
2014-05-29 17:45:31 -04:00
2013-07-24 09:44:38 -04:00
2014-07-18 17:53:23 -04:00
2013-07-24 09:44:38 -04:00
2014-02-04 16:32:20 +01:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:50:24 -04:00
2014-05-29 17:45:31 -04:00
2015-01-29 17:09:51 -07:00
2014-12-18 12:26:05 +01:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2014-10-27 11:04:00 -04:00
2014-11-23 06:48:30 -05:00
2013-07-24 09:44:38 -04:00
2014-07-22 07:44:25 -04:00
2014-11-23 06:49:04 -05:00
2014-12-18 12:26:06 +01:00
2014-11-23 06:49:04 -05:00
2014-06-05 14:44:56 -04:00
2015-01-05 15:13:28 -05:00
2014-11-07 16:27:08 -05:00
2013-07-24 09:44:38 -04:00
2015-01-21 10:24:46 +01:00
2014-11-19 08:48:41 +01:00
2014-11-23 06:49:01 -05:00
2014-11-23 06:49:04 -05:00
2014-12-08 09:35:43 -05:00
2013-07-24 09:44:38 -04:00
2014-10-26 14:03:08 -04:00
2014-04-02 16:36:06 -04:00
2014-12-29 16:31:24 -05:00
2013-07-24 09:44:38 -04:00
2015-01-29 17:09:53 -07:00
2014-07-22 07:44:26 -04:00
2014-03-07 10:59:06 -05:00
2013-08-19 15:45:35 -04:00
2014-10-27 17:54:09 -04:00
2014-06-20 11:54:29 -06:00
2013-10-14 16:06:53 -04:00
2014-06-05 14:38:38 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2015-01-29 17:09:57 -07:00
2014-07-23 14:07:23 +01:00
2014-03-22 14:47:22 -06:00
2013-07-24 09:44:38 -04:00
2014-11-23 06:49:04 -05:00
2013-11-22 16:50:52 -06:00
2014-11-26 20:25:39 -07:00
2013-10-16 09:24:38 -04:00
2014-07-18 17:53:24 -04:00
2013-07-24 09:44:38 -04:00
2014-03-24 12:58:56 +02:00
2015-01-19 17:41:51 +02:00
2013-07-24 09:44:38 -04:00
2014-09-15 13:32:55 -04:00
2014-09-24 18:30:29 -04:00
2013-07-24 09:44:38 -04:00
2014-07-22 07:44:26 -04:00
2013-05-31 17:12:03 -05:00
2014-05-23 11:53:05 +03:00
2014-07-18 17:53:23 -04:00
2014-11-23 06:49:01 -05:00
2015-01-05 12:08:55 -05:00
2013-07-24 09:44:38 -04:00
2014-10-10 09:44:21 -04:00
2013-07-24 09:44:38 -04:00
2013-11-08 15:25:13 -05:00
2015-01-14 11:35:43 -05:00
2014-11-24 12:00:00 +01:00
2014-10-27 11:04:01 -04:00
2013-10-14 16:06:53 -04:00
2014-11-23 06:48:30 -05:00
2014-06-19 11:19:04 -04:00
2013-05-13 16:26:12 +08:00
2013-07-24 09:44:38 -04:00
2014-07-18 17:53:23 -04:00
2014-10-22 10:36:47 -06:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2014-02-19 09:47:34 -05:00
2014-08-09 11:17:00 -04:00
2014-05-12 15:19:46 -04:00
2013-07-24 09:44:38 -04:00
2013-07-24 09:44:38 -04:00
2013-10-14 16:06:53 -04:00
2014-08-25 19:25:55 -04:00
2014-08-25 19:25:55 -04:00
2013-10-14 16:06:53 -04:00
2013-07-24 09:44:38 -04:00
2014-05-08 10:38:29 +02:00
2015-01-18 12:31:35 +01:00
2013-07-24 09:44:38 -04:00
2014-06-05 14:44:56 -04:00
2013-11-08 15:25:13 -05:00
2013-07-24 09:44:38 -04:00
2014-10-27 17:54:12 -04:00
2015-01-29 17:09:57 -07:00
2014-10-22 10:36:53 -06:00
2014-04-22 17:58:48 -07:00
2014-11-21 08:12:28 +01:00
2013-04-01 16:33:52 -04:00
2015-01-14 14:56:38 +01:00
2013-07-24 09:44:38 -04:00
2014-01-14 09:01:06 -05:00
2014-07-22 07:44:26 -04:00
2014-03-21 16:43:59 -04:00
2014-06-05 14:44:56 -04:00
2014-06-05 17:01:59 -04:00
2014-11-23 06:49:04 -05:00
2014-01-14 09:01:06 -05:00
2014-04-17 17:44:36 -04:00
2014-10-03 17:26:50 +03:00
2014-11-23 06:48:30 -05:00
2013-10-14 16:06:53 -04:00
2014-03-21 16:43:59 -04:00
2014-03-21 16:43:59 -04:00
2013-10-14 16:06:53 -04:00
2014-10-22 10:36:47 -06:00
2014-03-21 16:43:59 -04:00
2015-01-29 17:09:57 -07:00
2014-12-18 12:26:06 +01:00
2014-12-04 09:24:05 -05:00
2015-01-05 12:08:51 -05:00
2014-12-29 16:31:24 -05:00
2013-07-24 09:44:38 -04:00
2014-10-27 17:54:12 -04:00
2014-12-08 09:35:47 -05:00
2015-01-14 11:37:39 -05:00
2014-06-19 11:19:04 -04:00
2015-01-14 11:37:39 -05:00
2013-10-14 16:06:53 -04:00
2014-06-20 11:54:29 -06:00
2014-11-23 06:49:03 -05:00
2014-09-16 12:23:56 -04:00
2015-01-10 17:54:23 +01:00
2015-01-28 16:58:02 -05:00
2014-07-18 17:53:23 -04:00
2015-01-29 17:09:49 -07:00
2014-11-21 08:12:28 +01:00
2015-01-14 11:35:43 -05:00
2014-10-25 07:01:59 -04:00
2013-07-24 09:44:38 -04:00
2014-10-25 07:27:37 -04:00
2013-07-24 09:44:38 -04:00
2014-07-18 17:53:23 -04:00
2014-11-04 06:04:00 +01:00
2013-07-24 09:44:38 -04:00
2014-11-23 06:48:30 -05:00
2015-01-18 12:31:36 +01:00
2014-11-08 12:03:35 +01:00
2015-01-18 12:31:36 +01:00
2014-06-11 16:27:06 -04:00