Add ifdtool, utility to read / modify Intel Firmware Descriptor images
[coreboot.git] / util / nvramtool / lbtable.h
index cbe1a5057e650f8b3026f68fa9ff627fa42ae914..9873ecb3269ce0a875544f062eddb1ec1b0b59be 100644 (file)
@@ -25,7 +25,7 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ *  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 \*****************************************************************************/
 
 #ifndef LBTABLE_H
 
 #include "common.h"
 
-void get_lbtable (void);
-void get_layout_from_cmos_table (void);
-void dump_lbtable (void);
-void list_lbtable_choices (void);
-void list_lbtable_item (const char item[]);
+void get_lbtable(void);
+void get_layout_from_cmos_table(void);
+void get_layout_from_cbfs_file(void);
+void dump_lbtable(void);
+void list_lbtable_choices(void);
+void list_lbtable_item(const char item[]);
+const struct lb_record *find_lbrec(uint32_t tag);
 
-#endif  /* LBTABLE_H */
+void process_layout(void);
+#endif                         /* LBTABLE_H */